Creates a new instance of DefForm @param caption
(String caption)
| 54 | * @param caption |
| 55 | */ |
| 56 | public DefForm(String caption) { |
| 57 | this(caption, true); |
| 58 | } |
| 59 | |
| 60 | public DefForm(String caption, boolean show) { |
| 61 | mainbar = new MainBar(caption); |
nothing calls this directly
no test coverage detected