| Sign In/My Account | View Cart |
| Article: |
SSS (Small, Simple, Safe) | |
| Subject: | BlueJ also has this feature | |
| Date: | 2004-05-27 09:33:40 | |
| From: | cpjobling | |
|
BlueJ is a simple Java IDE (avalable from www.bluej.org) which also has this sort of behaviour. You can instantiate an object of any class on the classpath by providing the fully qualified name and then selecting any of the class's constructors. Once the object has been instantiated, a small icon representing the object appears. You can then right-click on the object's icon to call any of the object's methods. Because BlueJ is an IDE and debugger it has privileged access to the JVM, which also allows you to also inspect the object to see all its private state.
|
||
Showing messages 1 through 1 of 1.