About 52,000 results
Open links in new tab
  1. GUI drag & drop style GUI Builder for Python Tkinter

    I'm looking for a GUI drag-and-drop style GUI builder for Python Tkinter where I can create windows with forms, buttons, labels, etc. without actually writing any code. I would like the software to...

  2. java - Best GUI designer for eclipse? - Stack Overflow

    Another good GUI designer for Eclipse is Window Builder Pro. Like Jigloo, it's not free for commercial use. It allows you to design user interfaces for Swing, SWT and even the Google Web Toolkit (GWT).

  3. How do I create a GUI app in C# with Visual Studio Code?

    Oct 24, 2020 · If you want gui with c#, you'll have to install visual studio, there's a free community edition with all the features you'll need. Also it will make it so much easier for you. Use the right tool for the …

  4. Is there a GUI design app for the Tkinter / grid geometry?

    Jan 3, 2013 · Instead, design your GUI on paper first, then look for patterns that are best solved by one or the other. Pack is the right choice for certain types of layouts, and grid is the right choice for …

  5. How to use CardLayout with Netbeans GUI Builder

    After completing the first tutorial on CardLayout (below) I get ready to post my efforts and type in to the title of the Ask Question page, "How to use CardLayout with Netbeans GUI Builder" .

  6. python - A good wxpython GUI builder? - Stack Overflow

    Nov 2, 2010 · Is there a good wxpython GUI builder that does not require much coding, like in the case of the form builder in MS visual studio ?

  7. Best GUI Builder for Java/Swing - Stack Overflow

    Dec 8, 2016 · WindowBuilder is a powerful and easy to use bi-directional Java GUI designer that makes it very easy to create Java GUI applications without spending a lot of time writing code to display …

  8. How to include custom panel with NetBeans GUI Builder?

    May 3, 2009 · I have written a class that extends JPanel. Is it possible to use this in the NetBeans GUI Builder and have it survive all of the automatic code generation? I have used the customised code …

  9. python 3.x - Tkinter GUI Builder - Stack Overflow

    There are a number of Tkinter builders out there but none (that I've found) that work for Python 3. I don't have the time to learn Tkinter and don't use it much which is why I'm looking for a builder.

  10. java - NetBeans GUI Builder from existing file - Stack Overflow

    Oct 2, 2021 · The Netbeans GUI builder works by generating code fully controlled by Netbeans, plus it maintains a hidden .form file. So you can't directly import your JFrame and make it fully customizable …