Пример #1
0
 @Override // FramePeer and DialogPeer
 public void setTitle(String title) {
   platformWindow.setTitle(title == null ? "" : title);
 }