1. Communication between two different JFrames? stackoverflow.comHello as maybe you have heard about GIMP or something like that which uses different frames As a complete gui so I was wondering how to do such frames communications when ... |
2. Communication between JFrames coderanch.com |
3. communication between two JFrames coderanch.comOriginally posted by Manish Dhasmana: ... For example, Consider a situation where I input my name and address in a jframe, then these parameters should be displayed in second JFrame. I would say there are two parts you need to figure out in such a kind of scenario. 1) How is the communication going to happen. This would depend mostly on ... |
4. Swing Window Communication. coderanch.comHello, I am new to Swing and would like to know how different swing components communicate with each other. What I mean by components could be anything like dialog, panel, frame etc. How a dialog talks to a frame and how a frame talks to a panel etc. I am using net beans gui builder to get a quick start, and ... |