DEV Community

[Comment from a deleted post]
 
omegaui profile image
omega ui

@pazvanti
You said that my UI Design are from 80s.
Then, What will you say for UI Design of JCreator, 20s??
lololol.

Hah.. Ok! Thank you!

 
pazvanti profile image
pazvanti

For a school project it is really cool. But it is far from being a full-fledged IDE that can be used on bigger projects. Yes, it does use a lot less RAM, but so does VSCode (under 250 on my machine usually). I know that is is hard to work with low-speced PCs, my first machine had 512MB, but this is not a major problem nowadays especially for companies.
Nevertheless, keep working on it. At worst you will learn a lot about programming and how to do things properly.

 
omegaui profile image
omega ui

Ok! I gone through your comment briefly.
First of all, the operation are not running in the UI Thread.
The Run btn will definitely get stucked in pressed state till the time the run process is being prepared thats what happens in IntelliJ or Eclipse.