Tagged Questions

13
votes
3answers
8k views

Which Java GUI framework to choose now?

Which GUI framework/library would you choose if you were to start your new project now or in the near future? It has to be free for commercial use and cross platform. I have been a happy swing user, ...
6
votes
2answers
347 views

What is the best library to use when writing GUI applications in C++? [closed]

Possible Duplicate: Gui toolkits, which should I use? I've got a fair bit of C/C++ experience - mostly for writing console application for Windows/Linux, and also a fair bit of C# ...
3
votes
8answers
3k views

What is a good GUI / Widget toolkit for windows?

So I'm pretty much fed up with WTL and Windows Forms, and not entirely convinced of the direction WPF is heading, I use it but I think it still has some quirks, and there's the fact that you need to ...
1
vote
1answer
78 views

Developing Own gui Controls

I'm developing a gui for a game,then,i need to handle everything,from events to draw the controls,its pretty hard. i have a logical problem,above i will explain what is my question,with a help from a ...