Results 1 to 6 of 6
- 04-30-2009, 11:03 AM #1
- 04-30-2009, 11:27 AM #2
Senior Member
- Join Date
- Dec 2008
- Location
- Hong Kong
- Posts
- 473
- Rep Power
- 5
1)
here are java example for window listener
http://java.sun.com/docs/books/tutor...EventDemo.java
try to read and modify it to your need
http://java.sun.com/docs/books/tutor...wlistener.html
2)
do you have any idea about the date picker?
it should may several JPanels and many JButtons with actionListener
you may also use JComboBox for fast select Month, Year, but you need to handle more stuffLast edited by mtyoung; 04-30-2009 at 11:48 AM.
- 04-30-2009, 01:08 PM #3
Thanks for ur valuable suggestion
I dont know anything about Date Picker.
How combo box can be used for selecting day,month and year in a single cell of JTable??
Thanks for ur concern and time.
:)
- 05-01-2009, 09:59 AM #4
Senior Member
- Join Date
- Dec 2008
- Location
- Hong Kong
- Posts
- 473
- Rep Power
- 5
add to listen to actionlistener in table cell
when user click that table cell, there may be a JPanel, apperears under the table cell, with Date Picker functions
i think JCalendar is a good exmaple, you may download the src and study the code as reference
JCalendar Java Bean, a Java Date Chooser
remember to vist Java Platform SE 6 if needed
- 05-06-2009, 12:25 PM #5
Thanks a lot
thanks for your valuable suggestion in solving my problem
I donot know how to mark thread as SOLVED .
Please do me a favour by telling me how to mark a thread SOLVED.
Thanks a lot again.
Neha
- 05-06-2009, 04:25 PM #6
Senior Member
- Join Date
- Dec 2008
- Location
- Hong Kong
- Posts
- 473
- Rep Power
- 5
under "POST REPLY" button
inside Thread Tools
Similar Threads
-
Help! problem with program (using JFrame)
By linux1man in forum New To JavaReplies: 5Last Post: 01-21-2009, 08:46 PM -
Jframe In Jtable cell
By Clarion in forum AWT / SwingReplies: 4Last Post: 06-23-2008, 04:42 AM -
Jtable duplicates through Hashtable (JTable condition problem) my assignment plz help
By salmanpirzada1 in forum Advanced JavaReplies: 2Last Post: 05-15-2008, 10:15 AM -
JFrame problem
By vassil_zorev in forum AWT / SwingReplies: 1Last Post: 01-25-2008, 02:53 AM -
JFrame problem
By saytri in forum New To JavaReplies: 6Last Post: 01-11-2008, 05:12 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks