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
