mirror of
https://github.com/macocianradu/javaGUItoolkit.git
synced 2026-03-18 21:50:04 +00:00
done panel with overlapping
This commit is contained in:
@@ -143,7 +143,6 @@ public class XAMLParser {
|
||||
if(parentObject instanceof Visual && childObject instanceof Visual) {
|
||||
addVisual((Visual) parentObject, (Visual) childObject);
|
||||
}
|
||||
System.out.println("\nCurrent Element :" + childNode.getNodeName());
|
||||
}
|
||||
}
|
||||
return parentObject;
|
||||
|
||||
Reference in New Issue
Block a user