(Continue the pattern uploaded before, this time contact pure code
The code snippet is as follows:
importjavax.swing.
;
publicclassTest{
publicstaticvoidmain(Stringargs){
JFrameframe=newJFrame(quot<imgsrc="static/image/smiley/default/titter.gif"smilieid="9"border="0"alt=""/>roxytestclient);
JLabellabel=newJLabel(Loadingwebpage...);
frame.getContentPane().add(label);
PageProxypageProxy=newPageProxy();
frame.getContentPane().add(pageProxy);
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setSize(400,300);
//frame.pack();
frame.setVisible(true);
pageProxy.label.setText(aaa);
}
})