bookmark

Java Standard: Grafische Oberflächen mit Swing: Top Level Container: javax swing JOptionPane – Wikibooks, Sammlung freier Lehr-, Sach- und Fachbücher


Description

JTextField name = new JTextField(); JTextField vorname = new JTextField(); Object[] message = {"Name", name, "Vorname", vorname}; JOptionPane pane = new JOptionPane( message, JOptionPane.PLAIN_MESSAGE, JOptionPane.OK_CANCEL_OPTION); pane.createDialog(null, "Titelmusik").setVisible(true);

Preview

Tags

Users

  • @sac

Comments and Reviews