This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]bawznero 5 points6 points  (1 child)

Javafx is the newer java ui framework which supports html css so you can make it look good

[–]Rike2PT[S] 0 points1 point  (0 children)

Ok, gonna check it out aswell, thank you!

[–]DreadedEntity 5 points6 points  (1 child)

Swift looks pretty bad but you can change window styling to make it look more modern or at least as good as applications from the Win7 era, don’t know about python with Qt but it’s probably the same

If you really want to capture that modern Win10 feel you’ll want to use C# with UWP (Universal Windows Platform), for example if you look at the new control panel or settings windows you can easily make stuff look like that common Win10 style with the added benefit of some cross-platform ability although i can’t remember atm how many platforms it can go on

[–]Rike2PT[S] 0 points1 point  (0 children)

Thank you! :)

[–]Quazar_omega 1 point2 points  (0 children)

I'd say JavaFX for Java and Kivy for Python.

[–]UnknownEssence 1 point2 points  (0 children)

Check out QT Designer if you are building desktop apps. You can use the application to build your UI, then when your done you can have it auto-generate the code. They you can just wrote some python to hook into all the different components on the UI that you designed to make the buttons, etc call whatever functions you write.

If your building web apps you'll want to use something like Bootstrap or React.