RE: [Cxtable-devel] RE: Logging
Status: Alpha
Brought to you by:
xiarcel
From: Borne Goodman-M. <bm...@eg...> - 2001-11-19 20:33:40
|
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...)) > |