Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » get access to main form from another class
get access to main form from another class [message #1307211] Mon, 21 April 2014 12:06
chiffa cff is currently offline chiffa cffFriend
Messages: 1
Registered: April 2014
Junior Member
Hello! I have a packages com.login and main form in this pack FrmMain. On this form is TextArea component
                JScrollPane scrollPane = new JScrollPane();
		scrollPane.setBounds(10, 128, 268, 100);
		FrmAuth.getContentPane().add(scrollPane);
		
		final JTextArea ConnLog = new JTextArea();
		scrollPane.setViewportView(ConnLog);



and i have a class com.function.chek_login.java, Question: how can I insert text from chek_login to TextArea in FrmMain class. I would be grateful for your help!
Previous Topic:How to apply my CSS file in RAP WindowBuilder Design mode?
Next Topic:Form generator in Eclipse
Goto Forum:
  


Current Time: Fri Apr 26 23:00:40 GMT 2024

Powered by FUDForum. Page generated in 0.02656 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top