I've taken on a project making a program written in Java, with no prior training in Java. I know VB .net, C++, and even SQL, but for the life of me I can't figure out how to implement the same functionality in Java as I can in VB .net.
All I want to do (to start with) is (using VB .net terminology) hide and show forms. In VB .net I just used "me.hide" and "formx.show" but I don't see how to implement stuff like that in Java and would like some help with that, to begin with.