About 50 results
Open links in new tab
  1. Why buttons added to a GUI Status are not visible or grayed out?

    Dec 27, 2024 · I want to add buttons to a standard screen. I have added the buttons to the GUI status, but they are still not visible. What is the reason and how to make them visible? For instance, I have …

  2. Is it possible to build custom GUI like this in Java?

    That looks like usual GUI with general GUI components. I want something to create custom components for example like those in the picture I added. Is there any software for that sort of thing?

  3. How would one make a custom gui in C# - Stack Overflow

    Apr 20, 2016 · I am interested in making a custom gui in C#, and I would like some advice as how to best go about that. The attached picture is generally what I would like to create - namely drawing …

  4. How to create a custom GUI for a python program?

    Jul 25, 2013 · My GUI design contains gradients, borders, border radius, and a custom title bar with custom minimize and close buttons, for example take a look at the Github client for Windows, or any …

  5. Custom Linux GUI: Where to begin? [closed] - Stack Overflow

    Sep 5, 2010 · Custom Linux GUI: Where to begin? [closed] Asked 15 years, 4 months ago Modified 6 years, 11 months ago Viewed 66k times

  6. How to create a professional customized Java Swing Gui?

    Nov 11, 2016 · Alternatively, you can create a custom Look and Feel, but this is harder to do and does not give you the freedom that using JLabels with ImageIcons does. You can also use JavaFX, a rich …

  7. Is it possible to put a custom GUI on top of an Excel spreadsheet?

    A friend of mine has a very complex Excel spreadsheet with many formulas and lots of data that he uses for work. He wants to put a custom GUI on top of it and then wants to sell it to other people ...

  8. How do I build a graphical user interface in C++? - Stack Overflow

    84 OS independent algorithm " Creating GUI applications in C++ in three steps ": Install Qt Creator Create new project (Qt Widgets Application) Build it. Congratulations, you've got your first GUI in …

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

    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 option...

  10. c++ - Creating a GUI in OpenGL, is it possible? - Stack Overflow

    Apr 15, 2020 · I'm trying to create a custom GUI in OpenGL from scratch in C++, but I was wondering is possible or not? I'm getting started on some code right now, but I'm gonna stop until I get an answer.