10941095109610971098109911001101110211031104
} ta.setDocument(doc); ta.setEditable(false); ta.setBackground(Color.white); fr.show(); } catch (Exception ex) { userAgent.displayError(ex); } } }.start();
282930313233343536
component.show(); } else if (_component instanceof JFrame) { JFrame component = (JFrame) _component; component.setLocation(screenSize.width / 2 - w / 2, screenSize.height / 2 - h / 2); component.setSize(w, h); component.show(); } }// </editor-fold> }
4748495051525354
f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); f.getContentPane().add(new AWTest()); f.setSize(200,200); f.show(); } }