/[classpath]/classpath/javax/swing/JDialog.java
ViewVC logotype

Diff of /classpath/javax/swing/JDialog.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by mark, Sat Jun 26 16:06:49 2004 UTC revision 1.9 by mark, Thu Jul 8 19:26:24 2004 UTC
# Line 76  public class JDialog extends Dialog impl Line 76  public class JDialog extends Dialog impl
76    /** The default action taken when closed. */    /** The default action taken when closed. */
77    private int close_action = HIDE_ON_CLOSE;    private int close_action = HIDE_ON_CLOSE;
78        
79    /** Whether JDialogs are decorated by the L&F. */    /** Whether JDialogs are decorated by the Look and Feel. */
80    private static boolean decorated = false;    private static boolean decorated = false;
81    
82    /**    /**
# Line 237  public class JDialog extends Dialog impl Line 237  public class JDialog extends Dialog impl
237     * This method returns whether JDialogs will have their     * This method returns whether JDialogs will have their
238     * window decorations provided by the Look and Feel.     * window decorations provided by the Look and Feel.
239     *     *
240     * @return Whether the window decorations are L&F provided.     * @return Whether the window decorations are Look and Feel provided.
241     */     */
242    public static boolean isDefaultLookAndFeelDecorated()    public static boolean isDefaultLookAndFeelDecorated()
243    {    {
# Line 249  public class JDialog extends Dialog impl Line 249  public class JDialog extends Dialog impl
249     * window decorations provided by the Look and Feel.     * window decorations provided by the Look and Feel.
250     *     *
251     * @param defaultLookAndFeelDecorated Whether the window     * @param defaultLookAndFeelDecorated Whether the window
252     * decorations are L&F provided.     * decorations are Look and Feel provided.
253     */     */
254    public static void setDefaultLookAndFeelDecorated(boolean defaultLookAndFeelDecorated)    public static void setDefaultLookAndFeelDecorated(boolean defaultLookAndFeelDecorated)
255    {    {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26