Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Simple Netbeans problem

Reply
Thread Tools

Simple Netbeans problem

 
 
Dirk Bruere at NeoPax
Guest
Posts: n/a
 
      05-14-2009
I've got a JFrame, with a Jpanel on top and other stuff on that.
All the same size.
How do I select between them using Netbeans Design?
Right now I can only get at the top one because I can only click on the
top one.

--
Dirk

http://www.transcendence.me.uk/ - Transcendence UK
http://www.theconsensus.org/ - A UK political party
http://www.onetribe.me.uk/wordpress/?cat=5 - Our podcasts on weird stuff
 
Reply With Quote
 
 
 
 
Thomas Kellerer
Guest
Posts: n/a
 
      05-14-2009


Dirk Bruere at NeoPax wrote on 14.05.2009 23:32:
> I've got a JFrame, with a Jpanel on top and other stuff on that.
> All the same size.
> How do I select between them using Netbeans Design?
> Right now I can only get at the top one because I can only click on the
> top one.
>

Use the Insepctor tree on the left, you can select the components there. Once it
is selected you can change it's properties in the Properties window.

If the selected component is a container (i.e it contains other components) you
can select "Design this container" from the context menu in the Inspector
window. That will display only that container in the GUI editor.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Eclipse vs. Netbeans. Netbeans is winning me over almost at first glance. Thomas G. Marshall Java 2 10-16-2006 02:54 AM
Having a hard time with listeners and Netbeans for a simple JSP/Servlet test dennis Java 0 05-23-2006 01:20 PM
[NETBEANS] [EVALUATION] - E12 - The NetBeans Open Source Lie Ilias Lazaridis Java 0 12-12-2004 02:41 PM
Building a GUI using NetBeans platform (not Netbeans IDE !) Pimousse Java 2 04-21-2004 07:22 AM
Why is creating a simple component with Netbeans IDE fails with an exception Andre Arpin Java 0 11-01-2003 11:49 PM



Advertisments