• (2 Pages)
  • +
  • 1
  • 2

Basic GUI in JAVA (using JFrames) discussing some aspects in creating Graphical User Interface in Java Rate Topic: ***** 1 Votes

Poll: Poll Question (26 member(s) have cast votes)

What do you think of the GUI in JAVA?

  1. Excellent (19 votes [73.08%])

    Percentage of vote: 73.08%

  2. Not my choice (7 votes [26.92%])

    Percentage of vote: 26.92%

Vote Guests cannot vote

#16 The_Programmer-  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: 21
  • View blog
  • Posts: 395
  • Joined: 24-October 11

Posted 17 November 2011 - 09:51 PM

You know... If you are extending JFrame, why do you use setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE); when you can just use setDefaultCloseOperation(EXIT_ON_CLOSE);
Was This Post Helpful? 0
  • +
  • -

  • (2 Pages)
  • +
  • 1
  • 2