Results 1 to 5 of 5
Thread: GUI problem
- 12-10-2009, 01:14 AM #1
Member
- Join Date
- Nov 2007
- Posts
- 38
- Rep Power
- 0
GUI problem
Hi basically i want to make a type of grid which has times running down it say from 9 am to 5 pm and then the days ranging from monday to saturday running across, and the user is able to mark what time they want an appointment and on what day.
I hope that makes sense. Is there a way to do this with Swing?
- 12-10-2009, 01:22 AM #2
Member
- Join Date
- Dec 2009
- Posts
- 3
- Rep Power
- 0
.
Look for gridlayout on google and choose the first link i think it will help
-
Or consider using a JTable with the body of the table showing JCheckBoxes. The Sun JTable tutorial would show you how to do this.
- 12-10-2009, 02:08 AM #4
Member
- Join Date
- Nov 2007
- Posts
- 38
- Rep Power
- 0
So for that to work id have two seperate tables one to deal with days? and another to deal with the different times?
-
Similar Threads
-
simple line problem / for loop problem
By helpisontheway in forum New To JavaReplies: 1Last Post: 11-17-2009, 07:12 AM
Bookmarks