Re: [Cxtable-devel] RE: Can you help me guage how long this'd take?
Status: Alpha
Brought to you by:
xiarcel
From: Borne Goodman-M. <bm...@eg...> - 2002-01-03 15:54:46
|
This would all be very simple to migrate to Swing, and all of the names of the Swing components relate to the names of the AWT components which they mimic. Rather than an awt.Panel you would use a swing.JPanel. Rather than a TextArea, you would use a JTextArea, or JTextPane (they have different abilities, and I personally perfer the Pane, though it is a little more tricky to implement). Since the xtable UI is very simple now, I think the transition to Swing would be a very fast process, and mostly just adding a J in front of the AWT object names :). --bjgm On Thu, 2002-01-03 at 10:43, Williams, David wrote: > Basically, I have a class, xPanel...its .create() method returns a awt.Panel with a TextArea on the South layout, and a "refresh"button and label on the north layout. > > I have a message-panel that basically has 2-3 buttons on the south, and a TextArea on the North.... etc... > > These are "simple" AWT things... How hard would it be to do as javax.swing? > > Advanced things like DnD could be added, etc...but if I am planning to stabilize it as is, I don't know if I require swing for it..unless, of course, a user base comes along... > > > David Scott Williams > Computer Associates > Marketing Representative-Sales Call Center > One Computer Associates Plaza > Islandia, New York 11749 > tel: +1 800-243-9462 ext. 73431 > tel: +1 631-342-3431 (Direct) > fax: +1 631-342-5734 > wi...@ca... > > > _______________________________________________ > Cxtable-devel mailing list > Cxt...@li... > https://lists.sourceforge.net/lists/listinfo/cxtable-devel > |