| Author |
Noob question: How to import a class using java.awt into gwt project?
|
Nearle Headless
Greenhorn
Joined: Jan 24, 2012
Posts: 1
|
|
|
I am new to gwt. I need to create an app which among other things, takes a screenshot of the client's page. For this I used the java.awt.Robot class and placed the code in a new class. How do I add this class to my gwt project? Also, will my package compile if I place the new class in the same package as the rest of the code?
|
 |
 |
|
|
subject: Noob question: How to import a class using java.awt into gwt project?
|
|
|