[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
- Previous message: [java-dev] code working on intel-macs but not on ppc-macs
- Next message: [java-dev] Question with Java externals
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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);
}
});
}
- Previous message: [java-dev] code working on intel-macs but not on ppc-macs
- Next message: [java-dev] Question with Java externals
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
