mirror of
https://github.com/macocianradu/javaGUItoolkit.git
synced 2026-03-18 21:50:04 +00:00
added key events,
moved create thread in window constructor, added point2 hashcode added gridpanel without merge
This commit is contained in:
@@ -70,10 +70,6 @@ public class XAMLParser {
|
||||
rootObject = parseNode(rootNode);
|
||||
|
||||
if(rootObject instanceof Window) {
|
||||
((Window) rootObject).repaint();
|
||||
Thread windowThread = new Thread((Window) rootObject);
|
||||
windowThread.setName("Painting Thread");
|
||||
windowThread.start();
|
||||
return (Window) rootObject;
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user