Java Spring Desktop application
Hi i am developing a desktop java spring application..It has many Jframes forms and classes...How to close one Jframe from another..Please tell...
First jframe
package desktopapplication2;
import java.awt.Graphics;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.lang.management.ManagementFactory;
import com.sun.management.OperatingSystemMXBean;
import com.sun.servicetag.SystemEnvironment;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
import java.util.logging.Level;
import java.util.logging.Logger;
public class NewJFrame1 extends javax.swing.JFrame {
/** Creates new form NewJFrame1 */
public NewJFrame1() {
initComponents();
GetSystemInfo();
try {
GetBiosInfo();
GetMemInfo();
GetCPUInfo();// TODO add your handling code here:
}
catch (Exception ex) {
Logger.getLogger(MainScreen.class.getName()).log(Level.SEVERE, null, ex);
}
}
private void jLabel3MouseClicked(java.awt.event.MouseEvent evt) {
Touchscreen t = new Touchscreen(); **---->This is not disposing Jframe2**
t.dispo();
}
Second Jframe
package desktopapplication2;
import java.awt.Color;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.Timer;
public class Touchscreen extends JFrame {
/** Creates new form Touchscreen */
public Touchscreen() {
initComponents();
jLabel2.setVisible(false);
this.setTitle("Touchscreen Test");
jLabel1.setText("Testing Touchscreen");
deletefile();
this.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
tc.start();
}
public void Touchscreen_dispo()
{
dispose(); ---->Even though this function is called,this Jframe is not disposing or hiding..
}
}
View Answers
Related Tutorials/Questions & Answers:
Java Spring Desktop applicationJava Spring Desktop application Hi i am developing a
desktop java spring application..It has many Jframes forms and classes...How to close one Jframe from another..Please tell...
First jframe
package desktopapplication2
Advertisements
desktop applicationdesktop application how to transfer data swing text field to browser text field to their corresponding label/caption.
please reply as soon as possible.
thanks
vijay
java spring simple applicationjava spring simple application hai I have design a simple
application in this I always found class not found exception. I am sendig code as follows.../beans/
spring-beans-2.5.xsd">
<bean id="studbean" class="StudentComponent
java--desktop appilication - JDBCjava--
desktop appilication when class.forName() is called ,,,a class is loaded...once after the class is loaded ..if we call class.forName, it will call the class which is already present.......what to do if we want to load
java desktop - Java Beginnersjava desktop Hi,
Iam created a
desktop login
application using swings.
pls observe the following code:
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.sql.*;
class LoginDemo{
JButton
java desktop - Java Beginnersjava desktop Hi,
Iam created a
desktop login
application using swings.
pls observe the following code:
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.sql.*;
class LoginDemo{
JButton
Spring login form application Spring login form application Hi Please give me the
Spring login form
application so that i can understand its flow ?
Hi please find the link of the tutorial
Spring Applications
DESKTOP SHARING USING JAVADESKTOP SHARING USING JAVA Sir i have the following code for scren capturing it is capturing in png format but when i am sending it over other m/c it is taking delay of around 16 seconds..i think it is because this line of code
For CRUD application - SpringFor CRUD application Hi,
Can i have Crud(create ,edit,update,delete the data in database ) code & search the eployee using "id or name" using
Spring ,Hibernate and Mysql
Thanks
Raghavendra
Web application - SpringWeb application I need one simple complete web
application example using springs with database connection,i saw ur demo but it is not succfient.can u send to
[email protected] am a beginner
Spring Boot Console ApplicationSpring Boot Tutorial-
Spring Boot Console
Application
Welcome to the first example of
Spring Boot, today we will teach you to
create your first
application...-based
application that
prints messages on console using the
Spring Boot.
We
Spring Boot Console ApplicationSpring Boot Tutorial-
Spring Boot Console
Application
Welcome to the first example of
Spring Boot, today we will teach you to
create your first
application...-based
application that
prints messages on console using the
Spring Boot.
We
EasyEclipse Desktop Java EasyEclipse
Desktop Java
EasyEclipse
Desktop Java
For development of
Desktop...
started.
Java
JDK for Windows - Run
Java application on Sun
Java(tm
Java program to get the desktop Path
Java program to get the
desktop
Path
... the
desktop path
of the system. In the
java environment we can get the
desktop path also with the
system's property. For getting the
desktop path we have to add
path setting for tomcat to java for Desktop PC - JDBCpath setting for tomcat to
java for
Desktop PC Hi sir,
I want to connect my
java programms to Database which of either sql,oracle,mysql... or configuration about the Tomcat Server in
Java. Kindly visit them . We hope
Create a Desktop Pane Container in Java
Create a
Desktop Pane Container in
Java
...
pane container in
Java. The
desktop pane container is a container, which has...
under the
desktop pane. Following figure shows the JDesktopPane component of
Java ClassNotFound Exception:DispatcherServlet in spring application?ClassNotFound Exception:DispatcherServlet in
spring application? **I... environments was not found on the java.library.path: C:\Program Files\
Java\jre1.5.001\bin... org.apache.catalina.core.ApplicationContext log
INFO: Initializing
Spring FrameworkServlet 'dispatcher
Java ApplicationJava Application Hi,
What is the applications of
Java in development of software? What type of applications can be developed using
Java programming Language?
Can anyone tell me the url for downloading sample projects in
Java