Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » Window Builder. HELP ME!(Window Builder. HELP ME!)
Window Builder. HELP ME! [message #1836601] Fri, 08 January 2021 15:33 Go to next message
Maxim Lukmanov is currently offline Maxim LukmanovFriend
Messages: 3
Registered: January 2021
Junior Member
Hello. I am sorry for my English. I am beginner. Eclipse for Java. 2020-12 (4.18.0)
My starting project. Problems with the WindowBuilder and JFrame. Please help me!
Sourse:

import javax.swing.JFrame;

public class GameGame extends JFrame {

public static void main(String[] args) {
// TODO Auto-generated method stub
}
}

Design:

The parser parsed the compilation unit, but can't identify any GUI toolkit.

Possible reasons:
•You open a compilation unit without any GUI, such as an empty class, data bean, etc.
•Classpath of project is not valid, does not include all required toolkit libraries.
•You attempt to open UI for toolkit, support for which is not installed in WindowBuilder.
Use button Show UI Toolkits to install new toolkit.

Besides three errors, on screenshot,
Thank you.
  • Attachment: question.png
    (Size: 66.46KB, Downloaded 148 times)
Re: Window Builder. HELP ME! [message #1836625 is a reply to message #1836601] Sat, 09 January 2021 22:15 Go to previous messageGo to next message
Alex B is currently offline Alex BFriend
Messages: 1
Registered: January 2021
Junior Member
There was the same problem. I read it here https://www.eclipse.org/forums/index.php/t/1099348/??SQ=d56690606bbc2058babed5a12559d6de&S=677cab6f7df3235ce6c19421f3132c59

Here is the solution

just changed the module-info.java to contain:
 module NAME-MUDULE {
	
	requires java.desktop;
} 
Re: Window Builder. HELP ME! [message #1836626 is a reply to message #1836625] Sun, 10 January 2021 05:12 Go to previous message
Maxim Lukmanov is currently offline Maxim LukmanovFriend
Messages: 3
Registered: January 2021
Junior Member
Thank you!!! I did it.
Previous Topic:Ubuntu/Linux Drag and Drop problem in Window Builder
Next Topic:What java tool does Window Maker use for Properties?
Goto Forum:
  


Current Time: Thu Apr 25 01:29:18 GMT 2024

Powered by FUDForum. Page generated in 0.03261 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top