Author: tfmorris
Date: 2007-12-18 09:24:46-0800
New Revision: 13943
Modified:
trunk/src_new/org/argouml/ui/ProjectBrowser.java
Log:
Add missing Javadoc for ToDo panel refactoring
Modified: trunk/src_new/org/argouml/ui/ProjectBrowser.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/ui/ProjectBrowser.java?view=diff&rev=13943&p1=trunk/src_new/org/argouml/ui/ProjectBrowser.java&p2=trunk/src_new/org/argouml/ui/ProjectBrowser.java&r1=13942&r2=13943
==============================================================================
--- trunk/src_new/org/argouml/ui/ProjectBrowser.java (original)
+++ trunk/src_new/org/argouml/ui/ProjectBrowser.java 2007-12-18 09:24:46-0800
@@ -214,7 +214,9 @@
private NavigatorPane explorerPane;
/**
- * The todopane (lower left corner of screen).
+ * The todopane (lower left corner of screen). This may actually be a blank
+ * JPanel if the ProjectBrowser was lazily initialized via
+ * {@link #getInstance()}.
*/
private JPanel todoPane;
@@ -360,7 +362,7 @@
* @param mainApplication
* true to create a top level application, false if integrated
* with something else.
- *
+ * @param leftBottomPane panel to place in the bottom left corner of the GUI
* @return the singleton instance of the projectbrowser
*/
public static ProjectBrowser makeInstance(SplashScreen splash,
@@ -380,8 +382,10 @@
/**
* Creates the panels in the working area.
- *
- * @param splash true if we show the splashscreen during startup
+ *
+ * @param splash true if we show the splashscreen during startup
+ * @param leftBottomPane panel to be placed in the bottom left (southwest)
+ * corner of the UI.
*/
protected void createPanels(SplashScreen splash, JPanel leftBottomPane) {
@@ -402,7 +406,7 @@
explorerPane = new NavigatorPane(splash);
// The workarea is all the visible space except the menu,
- // toolbar and status bar. Workarea is layed out as a
+ // toolbar and status bar. Workarea is laid out as a
// BorderSplitPane where the various components that make up
// the argo application can be positioned.
workAreaPane = new BorderSplitPane();
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.