Friends,
Is the Act method the same as the main method in other IDEs?
public void act() {
} public static void main(String[] args){
}public void act() {
} public static void main(String[] args){
}