NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
sysdba
Joined: 27 Jun 2012 Posts: 1
|
Posted: Wed Jun 27, 2012 12:44 pm Post subject: Embedded SQL editor |
|
|
Hi,
I need to embed SQL editor component into JPanel using Platform version 7.1.2.
It seems that all the classes mentioned in examples are deprecated now.
| Code: |
JEditorPane pane = /* access your editor pane here */
JComponent ext = Utilities.getEditorUI(pane).getExtComponent();
/* add the ext component instead of pane to the UI hierarchy */
|
I have checked all the sources, getEditorUI and getExtComponent doesn't exist anymore. How can I obtain the editor component?
Thanks a lot |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|