0
Can I make Windows based project in eclipse IDE
How to make Windows based project?
6 Respuestas
+ 2
i'm not sure about windows based.
but since jdk/jre and eclipse are available in windows, we can create and run the program in Windows if thats what you're asking.
or are you asking about posibilities creating GUI element ? well eclipse has its "drag and drop builder" thing. to make gui coding much easier
+ 1
oh yeah its available in eclipse
+ 1
create the project like we normally do, file new project.
to create a window, choose file new JFrame.
i vaguely remember, but its pretty close i think
+ 1
Taste yes u r right ....that's what I wanted thank you
0
Taste i want to open a project which contains this three
Source | Design | Form
0
Taste Can you please tell me the steps so that I can create that project....?