Example #1
0
 public Frame(String title)
     : this()
 {
     delegateInstance.setTitle(title);
 }