|
From: Stelar <ste...@in...> - 2003-10-23 15:15:35
|
Quoting Francois Beausoleil <fb...@us...>:
> Hello again, Stelar,
>
> Did you use the same command line ? Actually, did you pass the --show
> argument to the BuildWindowFromXmlFile class ? Notice the example
> command line:
> C:\jgb>bin\runexample.bat --show mywindow.xml
>
> The --show parameter asks the BuildWindowFromXmlFile to show the window
> on screen. It actually calls setVisible() on the value that will be
> returned from Builder.
>
> Hope that helps !
> Frans
omg! I'm so careless to forget about that. Sorry...
But now, I still have a problem. Using the java code in the simple window
tutorial in the website, I got the following error:
simplewin.java:6: jgb.builder.Builder is abstract; cannot be instantiated
private jgb.builder.Builder simplewin_gui = new jgb.builder.Builder();
This is the line I use to compile:
javac -classpath jgb.jar:lib/jaxp.jar:. simplewin.java
Forgive me if I'm wrong, since I'm a java newbie...
___________________________________
FLASH GAMES - http://games.inbox.lv
|