[java-dev] Re: code working on intel-macs but not on ppc-macs
topher lafata
topher at topher.com
Wed Jun 13 19:22:23 MDT 2007
- Previous message: [java-dev] Re: code working on intel-macs but not on ppc-macs
- Next message: [java-dev] code working on intel-macs but not on ppc-macs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
How is the UI being started? Did you try doing it using SwingUtilities.invokeLater to make sure it is displayed by the AWT Thread? t On Jun 13, 2007, at 16:16 PM, harry wrote: > > hi, > yes it has a ui. > right now, we are not sending any messages (if you mean messages > over network), but we will in future, using the osc protocoll. > _______________________________________________ > java-dev mailing list > java-dev at cycling74.com > http://www.cycling74.com/mailman/listinfo/java-dev
- Previous message: [java-dev] Re: code working on intel-macs but not on ppc-macs
- Next message: [java-dev] code working on intel-macs but not on ppc-macs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
