J2ME PP and Swing
843849Mar 1 2005 — edited Nov 10 2006I'm currently porting some of the Swing classes to J2ME (or atleast trying to).
Have come across a problem with a method in java.awt.Component. The getPeer() method has been depreciated in J2SE and removed in J2ME, but it is used by some of the swing classes. While i realise that the J2ME awt implementation was not designed to run swing, i wondered if anone had any ideas on how to get around this.
From looking at the J2SE source for java.awt.component, the getPeer method (whcih returns a java.awt.peer.ComponentPeer) reveals some info about the state of the peer variable (of type ava.awt.peer.ComponentPeer).
Please Help, im totally lost.
regars, danny.