Results 1 to 3 of 3
Thread: GUI - multiple panel
- 10-10-2011, 12:00 AM #1
Member
- Join Date
- Oct 2011
- Posts
- 6
- Rep Power
- 0
GUI - multiple panel
Hi,
I'm new to JAVA GUI so I have some problems with that. I have the array of x items (web addresses). I want to create something like table of this webaddresses with few buttoms next to it.
It should look like something like that:
WEBADDRESS (label) CONNECT(button) DELETE(button)
WEBADDRESS (label) CONNECT(button) DELETE(button)
WEBADDRESS (label) CONNECT(button) DELETE(button)
WEBADDRESS (label) CONNECT(button) DELETE(button)
WEBADDRESS (label) CONNECT(button) DELETE(button)
I dont know what to use and how to use. I was thinking of creating a table or multiple panels... But I really dont know. Could somebody please help me?
Any ideas?
I hope my question is clear.
Thank you
-
Re: GUI - multiple panel
If it were my project, I'd do this with a JTable though if you're not familiar with coding JTables, TableModels and custom renderers and editors, you've got your work cut out for you.
- 10-10-2011, 12:31 AM #3
Member
- Join Date
- Oct 2011
- Posts
- 6
- Rep Power
- 0
Similar Threads
-
how to add multiple panel in swing as regarding thier menubar item
By vijayjob09 in forum AWT / SwingReplies: 1Last Post: 05-12-2011, 08:09 AM -
panel on a panel not visible
By warchieflll in forum Advanced JavaReplies: 2Last Post: 01-29-2011, 08:29 PM -
Add panel to parent panel
By LovJava in forum AWT / SwingReplies: 10Last Post: 09-02-2010, 08:43 PM -
print multiple panel from JTabbedPane
By koddy in forum New To JavaReplies: 5Last Post: 06-14-2010, 08:45 AM -
Adding a panel to a panel
By rclausing in forum New To JavaReplies: 7Last Post: 02-02-2010, 05:56 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks