summaryrefslogtreecommitdiff
blob: 4c5f1dc9c9e3c9799b88020fdc38f7dbc6af4e14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- FontViewer/components/AAToggleButton.java	2007-04-29 12:20:16.000000000 +0200
+++ FontViewer/components/AAToggleButton.java	2007-04-29 12:10:53.000000000 +0200
@@ -38,7 +38,11 @@
         this.setToolTipText(fname + " (" + floc + ")");
     }
     
-    public String getFName() {
+    public AAToggleButton(String s) {
+		super(s);
+	}
+
+	public String getFName() {
         return fname;
     }