Use Swing JFileChooser instead of AWT FileDialog.
Reported by Marnen Laibow-Koser | December 2nd, 2009 @ 02:11 PM
Use Swing JFileChooser instead of AWT FileDialog. It's easier to extend and test. Then implement #5 so the file chooser will look reasonable on Mac OS.
Comments and changes to this ticket
-
Marnen Laibow-Koser December 2nd, 2009 @ 02:14 PM
- State changed from new to open
Working on this.
-
Marnen Laibow-Koser December 3rd, 2009 @ 11:10 PM
(from [d56cdea89ebbe955bed030dbf41287af880270c5]) Finish fixing up app to use JFileChooser. [#7] http://github.com/marnen/hive/commit/d56cdea89ebbe955bed030dbf41287...
-
Marnen Laibow-Koser December 3rd, 2009 @ 11:10 PM
(from [9e5d1425bee295b2d31c348d7e7e48563fae3955]) Inline a method that we don't need to have separate anymore. [#7] http://github.com/marnen/hive/commit/9e5d1425bee295b2d31c348d7e7e48...
-
Marnen Laibow-Koser December 3rd, 2009 @ 11:12 PM
- State changed from open to resolved
Done, or so it seems.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Tags
Referenced by
- 4 Incorporate database and abstraction layer into project Putting this on hold to implement #7 for ease of testing.
- 7 Use Swing JFileChooser instead of AWT FileDialog. (from [d56cdea89ebbe955bed030dbf41287af880270c5]) Finish ...
- 7 Use Swing JFileChooser instead of AWT FileDialog. (from [9e5d1425bee295b2d31c348d7e7e48563fae3955]) Inline ...
- 4 Incorporate database and abstraction layer into project #7 is done.