Java JFrame tellUserToChoose(JFrame jFrame)

Here you can find the source of tellUserToChoose(JFrame jFrame)

Description

tell User To Choose

License

Open Source License

Declaration

public static void tellUserToChoose(JFrame jFrame) 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

import javax.swing.JFrame;
import javax.swing.JOptionPane;

public class Main {
    public static void tellUserToChoose(JFrame jFrame) {
        JOptionPane.showMessageDialog(jFrame, "Please choose a game!");
    }/*w  ww.j  a  v a 2s.co m*/
}

Related

  1. setWindowRightSide(final JFrame frame)
  2. setWinVisible(final JFrame win, final boolean vis)
  3. smartSetBounds(JFrame frame)
  4. staggerOpenedFrames(List frames)
  5. storePrefsFrame(Preferences node, JFrame frame)
  6. terminarPrograma(JFrame f)
  7. toFront(final JFrame window)
  8. toFront(JFrame frame)
  9. toFrontHack(JFrame theParent, JFrame theFrame)