Package net.sourceforge.fullsync.ui

Examples of net.sourceforge.fullsync.ui.OptionsDialog.open()


        public void run() {
          OptionsDialog od = new OptionsDialog(GuiController.getInstance().getMainShell(), SWT.ICON_QUESTION);
          od.setText("Question - FullSync"); //FIXME: translate
          od.setMessage(message); //FIXE: translate message
          od.setOptions(new String[] { "Yes", "No" }); //FIXME: translate
          if ("Yes".equals(od.open())) { //FIXME: translate
            arr[0] = true;
          }
        }
      });
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.