About 8,060,000 results
Open links in new tab
  1. 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 …

  2. 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 …

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

    I'm looking for a good GUI designer for swing in eclipse. My preference is for a free/open-source plugin.

  4. How do I create a new Swing app in IntelliJ IDEA Community …

    Oct 8, 2012 · File → Settings → Editor → GUI Designer → change Generate GUI into “Java source code” Go to the project view, and right click the package name where you want the …

  5. Newest 'gui-designer' Questions - Stack Overflow

    Jun 17, 2024 · Here's a simple demo. The main class displays a frame with a GridLayoutManager-managed panel. The panel contains a stack of JLabels with long text …

  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. How do I create a GUI app in C# with Visual Studio Code?

    Oct 24, 2020 · I want to create a GUI app in C# so I went to Youtube and watched some tutorials but all of them where using Visual Studio, not Visual Studio Code. How can I write a GUI app …

  8. python - PyQt5: How to install/run Qt Designer - Stack Overflow

    9 If you cannot see the Designer , just look into this path "Lib\site-packages\qt5_applications\Qt\bin" for designer.exe and run it.

  9. xaml - Where is the designer view in WinUI 3? - Stack Overflow

    Dec 9, 2021 · I was developing uwp apps for the past few years, now moving to winui3. It is my first project. I am unable to find the designer view for the XAML files. Is it not available in …

  10. python - Integrate Qt Designer and PyCharm - Stack Overflow

    Rightclick .ui files in the project explorer and launch Qt Designer from there Set up a File Watcher from Settings, watching for changes to Qt UI Designer Forms and running pyuic5 with the right …