I'm a web developer and I'm new in Java and I want know how to change content of a JPanel when choice any node of JTree or any item of menu. Because I don't want display many windows when click in any option but will reload only part of the program as if it were an ajax call in Web.
IE I want to display different content in the JPanel according to the option chosen, but now how.
If you could give me some tips, items to use, a better option to do or some example, greatly appreciate.