XML Feeds

.

[java-dev] Re: code working on intel-macs but not on ppc-macs

harry raversky at yahoo.de
Sun Jun 17 13:32:53 MDT 2007


yiehhaaaa :D
thanks man,
youre the greatest.

we tried to do what you've said
and finally it's running  :)
just a little bit slow,
but hey it's finally running

BIG THANKS

btw: we added to our mainclass

public S2M_GridEditor()
{
final S2M_GridEditor a = this;
SwingUtilities.invokeLater(new Runnable() {
public void run() {
//logging();s2mGUI = new S2M_GUI_Main(S2M_GlobalDefines.START_GRIDEDITOR);
s2mGUI.setMainObject(a);
s2mGUI.setVisible(true);
}
});
}



More information about the java-dev mailing list