Search
K

Can I GUI programming in goormIDE?

We provide a simple example code and run command for GUI programming in Pythonand Java projects. Please check the details below.

Python

Select PyQt stack or select Python Tkinter project in Python stack. Then, simple example code and run commands for GUI programming are provided.

How to check run result

  1. 1.
    Create Python Tkinter basic project or PyQt container.
  2. 2.
    Set "Compiler" to Python3 in the IDE top menu [Project]-[Build / Run Configuration]
  3. 3.
    Set "Run Screen Size" you want
  4. 4.
    Click [OK] to save and run
  5. 5.
    Check the GUI program run result by accessing the Running URL

Java

When you creating a Java project, we provide templates such as Java Swing, JavaFx, and JavaAWT. It includes example code and run commands for GUI execution, so please test it and refer to it.