Skip to main content



      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 08:06
Eclipse UserFriend
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: Tue Jul 01 19:17:51 EDT 2025

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

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

Back to the top