This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes GWT and the fly likes Noob question: How to import a class using java.awt into gwt project? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » GWT
Reply Bookmark "Noob question: How to import a class using java.awt into gwt project?" Watch "Noob question: How to import a class using java.awt into gwt project?" New topic
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?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Noob question: How to import a class using java.awt into gwt project?
 
Similar Threads
Using Struts2 + GWT
Eclips error
Help please with GWT Sql Connection ...
GWT Emulations
Does GWT-EXT have a Hyperlink Class? Where is they HyperLink class?