Can I get the code snippet to do this. my email id is n_anki@hotmail.com.
And, Do you have any idea of how to get the JPanel or JComponent, which is holding the Editor Tabs. Its a JTabbed Pane; right? I am trying to get the component, which is holding this JTabbedPane.
Its easy to get editor component which is JPanel and I am able to add othe components to that panel. But parent of this component is coming always null and SwingUtilities.getRoot is also returning null.
Yes it is!
U can see an example in J2MEsupport plugin.
I'll attach the sources to the plugin wiki pages.
Have fun,
Pavlin
I can't attach to wiki, so I'll send it by email to U.
Regards,
Pavlin
Hi Pavlin
Can I get the code snippet to do this. my email id is n_anki@hotmail.com.
And, Do you have any idea of how to get the JPanel or JComponent, which is holding the Editor Tabs.
Its a JTabbed Pane; right? I am trying to get the component, which is holding this JTabbedPane.
Its easy to get editor component which is JPanel and I am able to add othe components to that panel. But parent of this component is coming always null and SwingUtilities.getRoot is also returning null.
Any idea?
Thanks in advance.