Y
Yin99
JBuilder declares the GUI building method "jbInit()" with "throws"
keyword so you have to surround it with try catch.
My question, is this necessary? I would like to get rid of throws
keyword, and call jbInit() with no exception handling. Are exceptions
such a common issue when drawing a swing GUI that it is wise to have
this "throws" in jbInit? Thanks,
Yin99
keyword so you have to surround it with try catch.
My question, is this necessary? I would like to get rid of throws
keyword, and call jbInit() with no exception handling. Are exceptions
such a common issue when drawing a swing GUI that it is wise to have
this "throws" in jbInit? Thanks,
Yin99