jython « Development « Java Swing Q&A





1. Why does Jython refuse to find my Java package?    stackoverflow.com

I know it's something silly, but for some reason Jython refuses to find javax.swing. I'm using Java 1.6.0_11. This is my start-up script:

@echo off

"%JAVA_HOME%\bin\java" -Xmx1024M -classpath ".;c:\Projects\Jython2.5.1\jython.jar" org.python.util.jython
My output ...

2. Is there an easy way to develop with Swing Application Framework (JSR 296) AND Jython?    stackoverflow.com

I'm learning Jython. I developed a simple Swing Application with Jython and it's ok. Now I would to use the Swing Application Framework (JSR 296). I did not find any example in Internet.

3. Creating a Swing based GUI in Jython    stackoverflow.com

Today, I've been dabbling in using jython to create a GUI using swing. I'm no expert programmer, so I decided to have a go at using the Netbeans IDE to design ...

4. Jython classes and variable scope    stackoverflow.com

What I want to know is, how can I create GUI elements using swing inside a Jython class so that they can be referenced from outside the class, and I can ...

5. How to run SWING applications written in Jython?    stackoverflow.com

I've installed Jython and trying to run swing application that's bundled in installation package. I set the JYTHON_PATH and PATH to bin subdirectory and I run: "jython Console.py" I see ...

6. Information about swing components (java)    stackoverflow.com

After learning python (cpython) and using this page to search for tkinter widgets' options, methods and patterns, I've started to develop in jython due to javax.swing module from java ...

7. Swing GUI Builder output Jython code?    forums.netbeans.org

I am a NB and Jython user. I wish there is a feature that the swing gui builder can output jython style code. Otherwise, I need to "convert" from Java to ...