I don't know what your licensing and/or redistribution constraints are,
but you might want to look at the scheduling components in Infragistic's JSuite product.
(http://www.infragistics.com/products/java/jsuite.asp)
<disclaimer>
I have no connection with Infragistics and don't even use their products.
I just have them filed away as a possible 3rd party component for such a category of widgets.
</disclaimer>
~rmp
Ralph M. Prescott
Technical Lead / Solutions Development
Xelus, Inc.
web: http://www.xelus.com
email: [EMAIL PROTECTED]
vmail: 585.419.3137
im: rmprescott@yahoo
-----Original Message-----
From: Edward King [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 12, 2002 10:19 PM
To: [EMAIL PROTECTED]
Subject: Is there a API to support doing this tool?
I am a newbie of JAVA Swing.I want to do a tool like follows:
--------------------------------------------------------------------
| | .... | 8:00 | 9:00 | 10:00 | .... | 24:00 |
--------------------------------------------------------------------
| | |
| | --------------- --------------- |
| Name 1 | | program 1 | | program 2 | |
| | | 8:12--9:40 | | 10:15-12:00 | |
| | --------------- --------------- |
--------------------------------------------------------------------
| ...... | |
---------------------------------------------------------------------
| Name n | |
---------------------------------------------------------------------
In tools,there are some rectangles.It provide function of drawing rectangles by using mouse.When click one of rectangles with mouse's right click,it will pop a dialog,user can input some parameters of this rectangle,such as begin point,stop point and hight.After inputed,the rectangle can move to relevant position. This tools support scroll bar. I want to know if I make this tool,I need how many Swing class and methods of Java? What are they? Are there some JAVA Swing API can support it?
Any idea will be appreciated. Thanks in advance!
Best regards,
Edward King
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing
