23

All the time while I'm programming I hate Java.... Don't hate me now :D I'm learning Java in high school. I very love very fast programming languages such as C and C++, so this is why I don't like Java, but there are some reasons why I like Java. I just started learning how to create own window. What the hack is this? This is so simple. I tried to create window in C/C++ with OpenGL, just blank window with color. Complicated..... But with java it's fairy tale.
You can add me now to Java familly, but remember I also love C++.

So here your are, Hello World Java FX app :D

Final goal:
Create window application similar scratch.

Comments
  • 6
    Better to use WPF or Windows forms for developing apps for desktops in c#, way better than JavaFX for sure!
  • 4
    @MCCshreyas absolutely check out WPF, but skip windows forms. Whiles these are setup as the easiest ones, they are obsolete for ages now and I wouldn't be surprised if Microsoft would drop the VS support in some time
  • 1
    @MCCshreyas ans works in windows only?
  • 0
    I really like jFX because it's the first time ui code is separated from the logic behind it (fxml + controller).
    And hey it's cross platform too and easy to extend or modify.
    And if you really need the extra speed you can call c++ code via the jni bridge too..
  • 0
    @MCCshreyas @Kimmax You can even skip WPF and directly go to UWP (Universal Windows Platform). WPF is built on WinForms, UWP on WinForms and WPF.
  • 1
    Netbeans' UI builder is a good one!!
  • 0
    wxWidgets is not perfect but it has come a long way and makes UI programming in C++ not that terrible
  • 0
    @Jop- The way you put it, you can as well say Java apps don't work on Windows. You're talking bullshit.
  • 1
    @Torbuntu I will check it

    @MCCshreyas but C# it's windows platform oriented isn't it? And I'm learning java in school, so I want to get experiences
  • 0
    @Jop- I don't want to turn this in into a religious discussion. Every tool has his main purpose, but saying .net only runs on windows is ridiculous. E.g. there's the Mono project for Mac and Linux. https://en.m.wikipedia.org/wiki/...

    I agree .net is mostly for windows, but what you've stated is way too extreme. And therefore misinformation.
  • 0
    @FunkDelegate why are you even mentioning .net platform as whole? He's talking about WPF specifically.
  • 1
    @sSam You're right. My bad.
  • 1
    @fullsnack-dev are you fullsnack_developer on Instagram?
  • 0
    @GoodRockqq OK. As you wish to do. Good luck
  • 0
    @MCCshreyas woah i'm not. Coincidence we got same username. Haha
  • 0
Add Comment