About 56 results
Open links in new tab
  1. java - How to use JOptionPane? - Stack Overflow

    Apr 9, 2024 · I'm learning Java and in one of my exercise I have to do a logging frame which displays warning after push cancel button, before typing id or password. import …

  2. java - Customize JOptionPane Dialog - Stack Overflow

    Jun 19, 2015 · Customize JOptionPane Dialog Asked 13 years, 5 months ago Modified 10 years, 7 months ago Viewed 50k times

  3. Can I use a Java JOptionPane in a non-modal way?

    JOptionPane is a convenience class to pop up pre-fabricated dialogs using simple calls to static methods. I don't think it allows much leeway for the tinkering with modality.

  4. How do you change the size and font of a joptionpane?

    Aug 17, 2018 · Can you change the font and size of the text of a JOptionPane? I tried it and it works only if I "run file" on that specific java class. If you start the whole project it does not …

  5. java - JOptionPane, exemplo? - Stack Overflow em Português

    Aug 18, 2014 · 6 Bem, o JOptionPane precisa de todos esses complementos: JOptionPane.showOptionDialog(parentComponent, message, title, optionType, messageType, …

  6. java - JOptionPane Input to int - Stack Overflow

    I am trying to make a JOptionPane get an input and assign it to an int but I am getting some problems with the variable types. I am trying something like this: Int ans = (Integer) JOptionPane.

  7. Java - How to add a JOptionPane for Yes and No options

    Java - How to add a JOptionPane for Yes and No options Asked 14 years ago Modified 8 years, 5 months ago Viewed 48k times

  8. java - Making a JOptionPane with 4 options - Stack Overflow

    Aug 25, 2016 · Making a JOptionPane with 4 options Asked 16 years, 6 months ago Modified 9 years, 5 months ago Viewed 43k times

  9. java - Add Image to JOptionPane - Stack Overflow

    Dec 20, 2012 · 20 JOptionPane is a very flexible API. Your first port of call should be the Java API Docs and the Java Trails, specific How to use Dialogs

  10. java - Como funciona el principio de JOptionPane para evitar que …

    Nov 19, 2019 · Quiero saber como funciona el JOptionPane o cualquier mensaje de alerta, confirmación, etc. Porque quiero programar un frame que mientras no lo cierre, evite la …