¡@

Home 

java Programming Glossary: outerview

how to trigger an action in parent JPanel when a component in a child JPanel is updated (Java Swing)

http://stackoverflow.com/questions/9346912/how-to-trigger-an-action-in-parent-jpanel-when-a-component-in-a-child-jpanel-is

public class Example extends JFrame public Example super OuterView theGUI new OuterView setDefaultCloseOperation JFrame.EXIT_ON_CLOSE.. extends JFrame public Example super OuterView theGUI new OuterView setDefaultCloseOperation JFrame.EXIT_ON_CLOSE setResizable false.. new Runnable public void run new Example class OuterView extends JPanel public OuterView super InnerView innerPanel new..