| Author |
Help !!
|
Nicolas Viollin
Greenhorn
Joined: Apr 13, 2001
Posts: 26
|
posted

0
|
I urgently need an AWT Grid Object !!! Thnx for any help !!
|
 |
Manfred Leonhardt
Ranch Hand
Joined: Jan 09, 2001
Posts: 1492
|
posted

0
|
Hi Nicolas, Your kidding, right? What about: java.awt.GridLayout To easy, Manfred.
|
 |
Nicolas Viollin
Greenhorn
Joined: Apr 13, 2001
Posts: 26
|
posted

0
|
i'm not kidding !! I need a kind of object that run like a sheet !! (like excel sheet !!)
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4121
|
|
I think those are usually called Tables. ( like JTable in Swing... ) How about using alot of TextFields in a GridLayout? -Nate
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
Nicolas Viollin
Greenhorn
Joined: Apr 13, 2001
Posts: 26
|
posted

0
|
|
Well the thing is i haven't time to develop one, so i wanted to know if it already exist !! ;-)
|
 |
shalina gokarna
Greenhorn
Joined: Jul 01, 2001
Posts: 10
|
posted

0
|
You can use GridBagLayout in which you can set the GridBagConstraints for each cell which is similar to an Excel sheet.
|
 |
 |
|
|
subject: Help !!
|
|
|