Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Floating text field

843806Sep 4 2008 — edited Sep 5 2008
Hello there,

I would like to make a text field te edit name of a tab in a JTabbedPane. I want the text field to be positioned exactly over the tab. This leaves me with two questions:

* Should I use an undecorated JDialog containing only a JTextField or is ther an easier way?
* How can I determine the position of the tab?

Can anyone help?

Kind regards,

Bart.

Comments

If you run this from the command line for the console, do you get any output? - just ot see if there are errors.
Also, try to run it with the shell script too, I did see some intermittent issues on 64 bit where some toolbar items were not visible

thanks
B
Answer
Did you install the SDK or JRE of 1.6? It looks like tools.jar is missing; this file is included with the SDK, but not a JRE.

- John
SQL Developer Team
Marked as Answer by 727458 · Sep 27 2020
727458
From previous versions of SQLDev I had desktop shortcut that called the .bat file (because there was no 64bit sqldeveloper.exe previously). It used first java it found in a PATH and it was the one from JRE. Thanks for pointing to right direction!
1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 3 2008
Added on Sep 4 2008
4 comments
643 views