search for: helloswing

Displaying 1 result from an estimated 1 matches for "helloswing".

Did you mean: hellosin
2012 Dec 22
0
[LLVMdev] Problem executing Swing application with j3
...r release 0.32 and the program now runs. Cheers, Nicolas On Mon, Dec 3, 2012 at 8:09 PM, Baptiste Saleil <baptiste.saleil at gmail.com>wrote: > Hi Nicolas, thanks for your answer. > > The swing hello world is the following (Running perfectly with OpenJDK) : > > public class HelloSwing { > public static void main(String[] args) { > JFrame frame = new JFrame("HelloWorldSwing"); > final JLabel label = new JLabel("Hello World"); > frame.getContentPane().add(label); > > frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); >...