Hello Fred..
I am attaching all the code that was modified or anything added, by subdirectory in zip, as seen at http://home.ptd.net/~weconsul/. Was not sure if I should just pass everything. I guess this way you will be able to see things in a less congested manner as seen on the screenshots.
- Tested on 1.3, 1.4 and 1.5. Problems in 1.5 because of the generic stuff so a lot of warnings to convert
- Noted some depreciated warnings for I suspect is using .show() and not .setVisible(true). I did not change. Only where my changes bumped into it.
- I was going to create another subdirectory, for all of the Icon images, but at the last moment did not. May be cleaner to migrate all to a Resource subdirectory. Quick change in commonSwing.java
- Still seems that this thread while executing 'TestHelp' is not stopping because the hourglass does not stop displaying! Happens in the current swing version also. Did not look at it.
Hope I did not miss anything. Fred let me know what happening with the changes
Added the following new code to \demo // runManagerSwing.bat // runManagerSwing.sh (You may have to look at this to include the Goodies jar file(\lib\looks-1.2.2.jar)
Added the following new code to \lib // looks-1.2.2.jar
Modified the following to include new ImageIcon objects in \build // build.xml // <!-- additional ImageIcons by [EMAIL PROTECTED] 20041109 -->
Added the following new ImageIcons to \util // Bold.gif // Clear.png // Close.png // Colors.png // GreenCircle.gif // Hourglass.gif // hsqldb.gif // hsqldbtab.gif // Italic.gif // NoWay.gif // problems.gif // RedCircle.gif // run_exc.gif // run_exc_running.gif
Added the following new code to \util FontDialogSwing: // [EMAIL PROTECTED] 20020101 - original swing port for application to handle online font, color options
ConnectionDialogCommon: \util //[EMAIL PROTECTED] - 20041114 - patch patch 1.7.2 - enhancements // Added MySQL Connector/J jdbcDriver
ConnectionDialogSwing: \util // [EMAIL PROTECTED] 20041109 - patch 1.7.2- enhancements: // Added call to CommonSwing.errorMessage(); // for errors so eliminated the mError JLabel field. // Changed dispose() on cancel to exit. If "Dump", "Restore" or // Transfer" needed just Press <OK>. Conform to some // programming standards
DatabaseManagerCommon: \util // [EMAIL PROTECTED] - 20041116 - patch 1.7.2 - // in 'TestHelp' added 'IF EXISTS' for both DROP table Test // statements. // Now catching the exception that was never caught before. // (Catch was {}). // Also, Still seems that this thread executed is not stopping because // the hourglass does not stop displaying! // Happens in the current swing version also.
DatabaseManagerSwing: \util //[EMAIL PROTECTED] 20041109 - version 1.7.2 - reengineering and // enhancements: // Added: Goodies 'Look and Feel'. // Added: a Font Changer(Font Type\Style). // Added: a Color Changer (foreground\background). // Added: RowCounts for each JTree table nodes. // Added: OneTouchExpandable attribute to JSplitPanes. // Moved: setFramePositon code to a CommonSwing.setFramePositon() // Method. // Added: call to new method to handle exception processing // (CommonSwing.errorMessage()); // Added: Added a new pane added at the bottom of the Frame. // (Status Icon and StatusLine). // Added: 2 Methods (setStatusMessage()), one overrides the // other. One to change the running status another to allow a // message to be posted without changing the Status Icon if // needed. // Added: Added a customCursor for the current wait cursor // Hopefully I did not forget anything being I made a lot of changes
What I still want to do: // LookAndFeelInfo() Method for other LAF's // Migrating some of the save functionally from the awt version // ConnectionDialog to ConnectionDialogSwing. // Migrating DatabaseManager popup menu functionally to // DatabaseManagerSwing.
Thanks in Advance... IchBin __________________________________________________________________________
'The meeting of two personalities is like the contact of two chemical substances: if there is any reaction, both are transformed.' - Carl Gustav Jung, (1875-1961), psychiatrist and psychologist
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
hsqldb-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hsqldb-developers