Resolved deprecation warnings for foo.bounds() with foo.getBounds()
Alexander Mueller
14 years ago
56 | 56 | pzcodefile = argv[i]; |
57 | 57 | } |
58 | 58 | 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); | |
60 | 60 | // myz.move(0,40); |
61 | 61 | System.err.println( "Parent = " + myz.getParent()); |
62 | 62 | myz.setTitle("ZJApp"); |