0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected almost 2 years ago.
Oct 07, 2022 — Oct 07, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleaned up tabClicked() a little. tabClicked() still needs to make calls to TabbedPanel.positionChange(), but that's for later. Added positionChange() calls to panel dragging support. Still need to modify "minimizing" code to remove panels so drag isn't screwed up. More... about 27 years ago
Comment Improvement
al
More... about 27 years ago
Initial Implementation
al
More... about 27 years ago
Minor hacks and patches to make BrowserFrame.main() not crash. More... about 27 years ago
Minor patches. Added positionChange() method. More... about 27 years ago
Minor bug fixes and patches. Fixed AppManager call, etc... More... about 27 years ago
Corrected class name
al
More... about 27 years ago
Increased efficiency of enableButton() by calling getComponent() instead of getComponents(), since only one element would be touched per call anyhow. Change "Initial Developer" from Ryan C. Gordon to Chris Floersch. I think it was originally his code, even though the standard heading comments were apparently copied from one of my files. More... about 27 years ago
Changed ActionListener (or whatever the hell that cryptic code is suppose to be) for EXIT menu item to dispose() of the frame instead of calling onExit(). Never call onExit directly, as this is the AppManager's duty, and won't actually terminate the program or frame. More... about 27 years ago
Changed leading comments to CVS autologging format. Love love. More... about 27 years ago
Commented out JFrame handling in addOnExitCallBack. Seemed kludgy to me. More... about 27 years ago
Initial Implementation
al
More... about 27 years ago
Initial implementation
al
More... about 27 years ago
Corrected typo
al
More... about 27 years ago
Initial Implementation
al
More... about 27 years ago
Initial implementation
al
More... about 27 years ago
Initial implementations
al
More... about 27 years ago
Checked in with the wrong filename
al
More... about 27 years ago
Added comments and a method to enable or disable any of the buttons More... about 27 years ago
Added getToolTipText() method which will support Minimized Tab tool tips More... about 27 years ago
Added ToolTips to minimized tabs More... about 27 years ago
Classes for the binary tree implementation
al
More... about 27 years ago
Improvements to clean up sequence
al
More... about 27 years ago
Added in default constructor. We should never remove a constructor arbitrarily. More... about 27 years ago
Updated to handle change location properly. No longer does lost focus cause locationChage to get fired More... about 27 years ago
Modified Bookmark handler More... about 27 years ago
Automagic addWindowListener when you addOnExitCallBack(). More... about 27 years ago
Start of the browser frame. This one is tricky because of the menu's. How will we implement commands? My current idea right now is to create a CommandProcessor and a Command base object. It's modeled in the same way that MozillaMenuItem currently is modeled. Though I think MozillaMenuItem needs to be changed a slight bit for this to work thoroughly. More... about 27 years ago
Added in skeletons for methods to add items to the "Back" and "Forward" button. These will be used rather than getBackMenu() and getForwardMenu(). They just seemed ugly. This keeps the FE maintenance on JavaFE's side rather than the guys running the BE. More... about 27 years ago
Moved More... about 27 years ago