Cascading Runtime Errors in Java Swing

I am currently integrating some new classes into an existing application. I have a JDialog that when clicked on it throws a few exceptions at runtime.

I'm new to Java debugging - why will all of these Swing / AWT library features be “inaccessible”?

SO forbids me to send images, so here is a link to capture the eclipse debugger:

http://i.imgur.com/jDWEe.png

Why are these methods not available?

+3
source share
2 answers

"" , , .. -g:none javac. API, , eclipse JRE System Library JRE, JDK. ( → → Java → ); , , JDK.

+1

, , eclipse , , JButton .., . . javac -g. , , , , .

+2

Source: https://habr.com/ru/post/1753039/


All Articles