Mercurial > hg > test-repo
annotate findbugs-wtf/src/main/java/de/iobjects/widget/Button.java @ 18:9436877e9b54
added sample maven project
author | Dirk Olmes <dirk.olmes@googlemail.com> |
---|---|
date | Tue, 17 Jun 2008 12:22:15 +0200 |
parents | |
children |
rev | line source |
---|---|
18
9436877e9b54
added sample maven project
Dirk Olmes <dirk.olmes@googlemail.com>
parents:
diff
changeset
|
1 package de.iobjects.widget; |
9436877e9b54
added sample maven project
Dirk Olmes <dirk.olmes@googlemail.com>
parents:
diff
changeset
|
2 |
9436877e9b54
added sample maven project
Dirk Olmes <dirk.olmes@googlemail.com>
parents:
diff
changeset
|
3 public class Button extends AbstractWidget |
9436877e9b54
added sample maven project
Dirk Olmes <dirk.olmes@googlemail.com>
parents:
diff
changeset
|
4 { |
9436877e9b54
added sample maven project
Dirk Olmes <dirk.olmes@googlemail.com>
parents:
diff
changeset
|
5 public Button(String name) |
9436877e9b54
added sample maven project
Dirk Olmes <dirk.olmes@googlemail.com>
parents:
diff
changeset
|
6 { |
9436877e9b54
added sample maven project
Dirk Olmes <dirk.olmes@googlemail.com>
parents:
diff
changeset
|
7 super(name); |
9436877e9b54
added sample maven project
Dirk Olmes <dirk.olmes@googlemail.com>
parents:
diff
changeset
|
8 } |
9436877e9b54
added sample maven project
Dirk Olmes <dirk.olmes@googlemail.com>
parents:
diff
changeset
|
9 } |