Can you program in java by creating frame by VS code?

Asked

Viewed 2,480 times

-2

I’m learning java swing and wanted to know if there’s a way to do a Jframe and run vs code, because I want to start using just one ide for everything and netbeans takes too long to start, and how to set it up? from now on thank.

  • 1

    Why don’t you use Notepad++ and run the code by command line?

  • I don’t find the "best code editor in the world", but the netbeans serves the purpose well. And after a few years using, I realized that Oracle gave a good improvement in UI performance. I recommend this as well...

1 answer

2

Yes it is possible, a Jframe is nothing more than any Java code.

To run Java code in Visual Studio Code you must install this plugin.

I believe it is not productive, because you have to manually write the code of your screens, since Visual Studio Code does not have an Editor UI, as the plugin Windowbuilder of the Eclipse.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.