I have a class here that I want to act just like a JOptionPane..
but Im stuck with returning a value.. anyway I left some of the method as void to be easily compiled, but lets assume that it returns a
String value...
what I want is if I press the button it will return a value from another class that calls that method... please I need help ..