Revision 41319 trunk/org.gvsig.desktop/org.gvsig.desktop.framework/org.gvsig.andami/src/main/java/org/gvsig/andami/ui/mdiFrame/ThreadSafeDialogs.java

View differences:

ThreadSafeDialogs.java
88 88
	 * 
89 89
	 * @param message
90 90
	 * @param title
91
	 * @param optionType
91
	 * @param optionType 
92
         *           an integer designating the options available on the dialog: 
93
         *           YES_NO_OPTION, YES_NO_CANCEL_OPTION, or OK_CANCEL_OPTION
92 94
	 * @param messageType
95
         *           an integer designating the kind of message this is; 
96
         *           primarily used to determine the icon from the pluggable 
97
         *           Look and Feel: ERROR_MESSAGE, INFORMATION_MESSAGE, 
98
         *           WARNING_MESSAGE, QUESTION_MESSAGE, or PLAIN_MESSAGE
93 99
	 * @return
94 100
	 * 
95 101
	 * @see javax.swing.JOptionPane#showInputDialog(Component, Object, String, int)

Also available in: Unified diff