i need to display the contents of a database(table) MS access db, on to the screen. how do i got abt it??? the data keeps changing dynamically...the program should be able to refresh it self
abdulraqeeb33 7 Light Poster
Recommended Answers
Jump to PostCreate a JTable, create a custom TableModel for it, and have a Timer or whatever refresh that at regular intervals.
Jump to PostStart with a simple tutorial on JTable: http://java.sun.com/docs/books/tutorial/uiswing/components/table.html
(These examples that you keep asking for are incredibly easy to locate with a very simple search. You should take a little initiative to …
All 5 Replies
jwenting 1,905 duckman Team Colleague
abdulraqeeb33 7 Light Poster
Jens 3 Light Poster
abdulraqeeb33 7 Light Poster
Ezzaral 2,714 Posting Sage Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.