I don't understand why is this happening, but as soon as I click "Aceptar" Eclipse minimizes and is impossible to work on that way. It started happenning since I started renaming some components but I don't think this could be a problem, wouldn't it? Does any of you know why this happens? Because I need to finish this project for an exam and I still have lots of things to do. Thanks in advance
Asked
Active
Viewed 186 times
-2
-
which class file caused this problem? – Dylan Czenski Jan 07 '16 at 18:29
-
@DylanChen That's one of the things I'm trying to find, because It doesn't throw any kind of exception or else, I cannot find out why this is happening – SergioMD15 Jan 07 '16 at 20:43
-
Where did you click before you get that warning? – Dylan Czenski Jan 07 '16 at 20:46
-
@DylanChen In design, but I've solved it, I found a line of code which had an error although it was not notified. Sorry for the problems I could have caused and thank you for your help. – SergioMD15 Jan 07 '16 at 21:09
1 Answers
0
you renamed your components, what do you mean? Did you change class names? Did you change filenames? If one of the above is correct you should refactor the names. Classname must be identical with your file name.
If it isn't the case you ought to post the code that you have changed, which caused the ongoing problem.
:) have a nice day

Vancold.at
- 138
- 7
-
I've only renamed the components (JButtons, JLabels, JPanels,...) didn't change anything related to classnames, classpaths or similar things... Now I've checked my .class files and... If my class is named VentanaPrincipal, is it normal to have 19 .class files named as VentanaPrincipal$1.class, VentanaPrincipal$2.class, VentanaPrincipal$2.class,...? – SergioMD15 Jan 07 '16 at 20:38