git @ Cat's Eye Technologies Zplet / b2ad8c3
Resolved deprecation warnings for foo.bounds() with foo.getBounds() Alexander Mueller 14 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
5656 pzcodefile = argv[i];
5757 }
5858 myz = new ZJApp(pzcodefile, pstatusfg, pstatusbg, pmainfg, pmainbg);
59 System.err.println( "Location = " + myz.bounds().x + " " + myz.bounds().y);
59 System.err.println( "Location = " + myz.getBounds().x + " " + myz.getBounds().y);
6060 // myz.move(0,40);
6161 System.err.println( "Parent = " + myz.getParent());
6262 myz.setTitle("ZJApp");