Commit Graph

7 Commits

Author SHA1 Message Date
zzz
c3ad937523 Stop some of the threads on frame destroy
Kill the main frame on plugin exit
2022-01-12 07:25:07 -05:00
zzz
d8c85586b0 Un-static part 2: ConfigurationManager 2022-01-11 13:08:48 -05:00
zzz
25dd896d26 Un-static part 1
Replace TrayManager.getInstance() with constructor
Pass Main to TrayManager
Create WindowHandler in TrayManager
Pass WindowHandler to RegisteredFrames
Only create ItoopieHostnameVerifier once, in gui/Main
Pass gui/Main to SettingsFrame
Pass gui/Main to ItoopieHostnameVerifier and CertificateGui
Sync on lock in ItoopieHostnameVerifier.clearRecentlyDenied()
Comment out some main() and other test code
Make some fields non-static
Remove some static initializers
Start gui/Main before the tray icon
Fixed the tray icon on Gnome with a delay in TrayManager
2022-01-11 11:05:00 -05:00
zzz
1f83e692cd Don't clear graph when user closes the window 2022-01-09 12:06:20 -05:00
dev
3872802ed3 Changed GUI to do some of the heavy lifting in seperate threads.
Fixed LogoPanel not loading a logo on first paint(), by issuing JPanel.validate() after logo has been loaded.
2011-07-14 09:08:30 +00:00
dev
865f762858 Changed WindowHandler methods to have consequent method names. 2011-07-14 07:47:10 +00:00
dev
971235272d Rebased art assets away from dr|z3d's art.
Major gui work.
2011-07-12 18:56:49 +00:00