This site requires JavaScript, please enable it in your browser!
Greenfoot back
Amenya
Amenya wrote ...

2013/9/6

Importing package

Amenya Amenya

2013/9/6

#
Hello. I am trying to import javax.swing.*; into my project in greenfoot, but I get an error message package java.swing does not exist. is it possible to import it? how can I import it?
Gevater_Tod4711 Gevater_Tod4711

2013/9/6

#
Are you trying to import javax.swing.* or java.swing.*? java.swing.* does not exist.
Amenya Amenya

2013/9/7

#
I wanted to import javax.swing.* but I have already known how to go about it. thanx.
You need to login to post a reply.