|
From: Stelar <ste...@in...> - 2003-10-21 16:08:25
|
Hi,
I can't run the following xml file as defined in the tutorial:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE window PUBLIC "-//SOURCEFORGE/Java Gui Builder DTD version 1.0//EN"
"http://jgb.sourceforge.net/dtd/jgb.dtd">
<window id="loginDialog" type="jdialog">
</window>
This will produce no error, but no window pop up. However, the provided
simplewindow.xml in the 0.6.5a tarball works. Seems that when I just leave
<window> and </window> tags only, it won't work anymore....
|