I have inherited a project that must compile under JDk 1.1.8 and therefore
have no access to Swing components.
The project uses Panels to put buttons on, then, Layout managers to put the
panels such that they look like toolbars into the application.
I am wondering if anyone can point me into some code somewhere, that lets me
extend Panel to work more like a Toolbar, i.e. where I could extend Panel to
include the added functionality that Toolbars have over Panels. Thanks. Ike
Andrey Kuznetsov - 01 Jan 2005 17:50 GMT
>I have inherited a project that must compile under JDk 1.1.8 and therefore
> have no access to Swing components.
[quoted text clipped - 9 lines]
> include the added functionality that Toolbars have over Panels. Thanks.
> Ike
http://jgui.imagero.com

Signature
Andrey Kuznetsov
http://uio.dev.java.net Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities
Andrey Kuznetsov - 01 Jan 2005 21:44 GMT
>> The project uses Panels to put buttons on, then, Layout managers to put
>> the
[quoted text clipped - 8 lines]
>
> http://jgui.imagero.com
hmm, I didn't see that you need SWT.
jgui would work with AWT/SWING.
Anyway you can look how it implemented.

Signature
Andrey Kuznetsov
http://uio.dev.java.net Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities