svn commit: r19258 - trunk/src/argouml-core-diagrams-activity2/src/org/argouml/activity2/diagram/FigNotation.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2011-04-18 15:38:14-0700
New Revision: 19258

Modified:
   trunk/src/argouml-core-diagrams-activity2/src/org/argouml/activity2/diagram/FigNotation.java

Log:
Show text on each keypress - remove border around text

Modified: trunk/src/argouml-core-diagrams-activity2/src/org/argouml/activity2/diagram/FigNotation.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-diagrams-activity2/src/org/argouml/activity2/diagram/FigNotation.java?view=diff&pathrev=19258&r1=19257&r2=19258
==============================================================================
--- trunk/src/argouml-core-diagrams-activity2/src/org/argouml/activity2/diagram/FigNotation.java	(original)
+++ trunk/src/argouml-core-diagrams-activity2/src/org/argouml/activity2/diagram/FigNotation.java	2011-04-18 15:38:14-0700
@@ -56,6 +56,10 @@
         NotationManager.getInstance().addListener(this);
     }
 
+    public void setLineWidth(int lw) {
+        super.setLineWidth(0);
+    }
+    
     /**
      * Notation is always transparent
      */
@@ -96,10 +100,10 @@
     }
 
     public void notationTextChanged(NotationTextEvent event) {
-        System.out.println("Notation=" + event.getText());
         this.setText(event.getText());
         this.setUnderline(event.isUnderlined());
         this.setUnderline(event.isBold());
         this.setItalic(event.isBold());
+        this.damage();
     }
 }

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2721162

To unsubscribe from this discussion, e-mail: [[email protected]].
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.