Search:

Type: Posts; User: prashantkhurana145

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    2,581

    Re: Exception-JFrame

    I found these statements in the api docs for jframe class...it says that the public constructor for a jframe class throws an exception...then my question is that why dont we use try/catch blocks...?
  2. Replies
    2
    Views
    2,581

    Exception-JFrame

    JFrame

    public JFrame()
    throws HeadlessException

    then why dont we use try/catch blocks while creating a new jframe...?
Results 1 to 2 of 2