svn commit: r14846 - trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2008-05-31 05:17:02-0700
New Revision: 14846

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFeature.java
   trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelParameter.java

Log:
Fix height of single row lists

Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFeature.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFeature.java?view=diff&rev=14846&p1=trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFeature.java&p2=trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFeature.java&r1=14845&r2=14846
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFeature.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelFeature.java	2008-05-31 05:17:02-0700
@@ -41,7 +41,7 @@
 
     private UMLFeatureOwnerScopeCheckBox ownerScopeCheckbox;
 
-    private JScrollPane ownerScroll;
+    private JPanel ownerScroll;
 
     private static UMLFeatureOwnerListModel ownerListModel;
 
@@ -94,7 +94,7 @@
      *
      * @return JScrollPane
      */
-    public JScrollPane getOwnerScroll() {
+    public JPanel getOwnerScroll() {
         if (ownerScroll == null) {
             if (ownerListModel == null) {
                 ownerListModel = new UMLFeatureOwnerListModel();

Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelParameter.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelParameter.java?view=diff&rev=14846&p1=trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelParameter.java&p2=trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelParameter.java&r1=14845&r2=14846
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelParameter.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelParameter.java	2008-05-31 05:17:02-0700
@@ -52,7 +52,7 @@
      */
     private static final long serialVersionUID = -1207518946939283220L;
 
-    private JScrollPane behFeatureScroll;
+    private JPanel behFeatureScroll;
 
     private static UMLParameterBehavioralFeatListModel behFeatureModel;
 
@@ -128,9 +128,9 @@
     /**
      * Returns the behavioral Feature Scroll.
      *
-     * @return JScrollPane
+     * @return JPanel
      */
-    public JScrollPane getBehavioralFeatureScroll() {
+    public JPanel getBehavioralFeatureScroll() {
         if (behFeatureScroll == null) {
             if (behFeatureModel == null) {
                 behFeatureModel = new UMLParameterBehavioralFeatListModel();
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.