Hi all,
this is a very basic question ! I would like to know how I can launch the
equivalent of the command line "hello world" tutorial:
public static void main(String[] args) {
DesktopApplicationContext.main(HelloJava.class, args);
}Thanks a lot. Best regards, jqg
