RE: [Cxtable-devel] >>Swing...
Status: Alpha
Brought to you by:
xiarcel
From: <xi...@pr...> - 2001-11-19 22:34:35
|
I suppose my question regarding JFrame extending Frame is simply the fact that as_frame() calls wouldn't need to change (Frame f = myplugin.as_frame();) Can you add a WindowListener to a JFrame through its parent class's addWindowListener? I just don't want to change stuff I don't have to... As long as you implement the xCommPluginable interface with the stuff, I don't care if the whole thing is re- worked... Although.... look at the xPanel..it returns a panel... Can a JPanel be returned in its stead? I'm trying to separate the core connectivity piece from the GUI entirely.. ~Dave --- Original Message --- From: Borne Goodman-Mace <bm...@eg...> To: "cxt...@li..." <cxtable- de...@li...> Subject: RE: [Cxtable-devel] RE: Logging >Swing can definitely make it look "prettier" on linux, and there are >some nice add-ons which were developed that you can use with Swing that >allow for a VERY flexible Look and Feel usage, much like that of gtk+ on >linux. > >A JFrame does extend a Frame, but it doesn't work that way with all the >components, as many of them don't have an AWT counterpart (like >JTabbedPane, or JTable). In most of those tables they would extend >Canvas or Component. > >BTW, I ended up having a LOT less time this weekend than I would have >hoped, as my parents were in town and I spent a lot of time with them. >Just to get the stuff in CVS I may check in things without all the >structure and "clean up", and things can always be moved and modified >later, and it will be much easier to do that with everything in CVS, as >I won't have to make all the changes at once. > >--bjgm > >On Mon, 2001-11-19 at 10:21, Williams, David wrote: >> As far as the "thing don't work" in the beginning types of things...(while initially setting up)...it would be a matter of System.err.println("..") messages being put in place.... only stdout is redirected to the file. >> >> Once the GUI is up...there is "report" textarea for informing the user of what went wrong... >> >> And not that this is particularly the purpose of this thread of emails, but... Could you remind me of a few things about Swing..? For example, does JFrame extend Frame? .. or does it extend JPanel?.. Can Swing make it look prettier on Linux..? (if the answer is yes to that...then... I'm swinging..) >> >> ~Dave >> ((I do have a level of familiarity with the MVC aspects...and did try a little Swing programming before...)) >> > > > >_______________________________________________ >Cxtable-devel mailing list >Cxt...@li... >https://lists.sourceforge.net/lists/listinfo/cxtable- devel |