Results 1 to 1 of 1
Thread: AWT Table Scrolling
- 01-03-2008, 11:37 AM #1
Member
- Join Date
- Jan 2008
- Posts
- 1
- Rep Power
- 0
AWT Table Scrolling
Hi all,
I'm currently engaged with developing an AWT Table, which can contain editable cells, and i'm stuck technically in how to enable scrolling. Actually i'm more inclined towards Swing, but it's for J2ME CDC app .. for PDA, and i gotta stick with AWT. I found many ways to do this in Swing, but no examples for AWT, depressing, haha >.<
Here goes my case. In horizontal scrolling scenario, i just want to synchronize the horizontal data area scrolling and the header area scrolling. In vertical scrolling scenario, i want the header area to stay on top, like the spreadsheet header.
Anyway, i use TableLayout in the data area panel for ease of table layouting.
I assume the correct way to enable scrolling in an AWT Table is to do the following :
1. create one panel for header at the top
2. create another panel for the data cells
3. add an invisible horizontal scrollbar for the header panel
4. add visible horizontal and vertical scrollbars for the data panel
5. when scrolled vertically, the header panel is unaffected, and the data area scrolls
6. when scrolled horizontally, the header panel also scrolls synchronously
And i have no idea how i'm gonna implement step 6, about how to synchronize the horizontal scrolling. Anyone got a simple example ? Or perhaps there are easier ways to do this .. ? I was hoping something like tableLayout.freezeFirstRow(); haha ... Or do i have to implement AdjustmentListener and clip the header panel graphics to react to the adjustment ?
Any thoughts will be greatly appreciated !
Cheers,
Albert Kam
Similar Threads
-
MouseMotionListener 'scrolling'
By Thez in forum Java 2DReplies: 3Last Post: 03-12-2009, 11:48 AM -
[SOLVED] How to make a JDialog scrolling from one position to the other.
By Eranga in forum AWT / SwingReplies: 1Last Post: 03-28-2008, 10:26 AM -
Applet with scrolling status line
By Java Tip in forum Java TipReplies: 0Last Post: 03-10-2008, 02:53 PM -
Scrolling with JTables
By hiranya in forum AWT / SwingReplies: 5Last Post: 10-30-2007, 08:48 AM -
JScrollPane not scrolling
By Riftwalker in forum Advanced JavaReplies: 2Last Post: 07-17-2007, 08:16 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks