Java 0 Answer(s) 3 years and a month ago
Posted in : Java Beginners
Sir,
My code is attached here... When i run the program The gui is visible.. When i click on feature button
The control goes to classes ShowImage and ColorInformation From ShowImage the calculated values are showing through the method PrintTexturevalues and From ColorInformation the calculated values are showing through the method PrintColorevalues....
Now My Problem is.......
The values of these methods are shown in to two different gui..
I need to display everything in the first shown gui......
JLabel JLabel1 = new JLabel("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n TEXTURE FEATURES \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",JLabel.CENTER); JLabel JLabel4 = new JLabel(" Energy "); final JTextField val1= new JTextField("",30); JLabel JLabel5 = new JLabel(" Entropy "); final JTextField val4= new JTextField("",30); JLabel JLabel6 = new JLabel(" Contrast "); final JTextField val5= new JTextField("",30); JLabel JLabel7 = new JLabel(" Homogenity "); final JTextField val6= new JTextField("",30); JLabel JLabel8 = new JLabel(" Correlation "); final JTextField val7= new JTextField("",30); JLabel JLabel2 = new JLabel("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n COLOR FEATURES \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n ",JLabel.CENTER); JLabel JLabel9 = new JLabel("Hue"); final JTextField val2=new JTextField("",20); JLabel JLabel10 = new JLabel("Saturation"); final JTextField val8=new JTextField("",20); JLabel JLabel11 = new JLabel("Value"); final JTextField val9=new JTextField("",20);
JLabel JLabel3 = new JLabel("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n SHAPE FEATURES \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",JLabel.CENTER); final JTextField val3=new JTextField("",20); JButton Button1 = new JButton("Browse"); JButton Button2 = new JButton("Add into database"); JButton Button3 = new JButton("Features"); Images(){ JFrame f = new JFrame("Image Database"); f.getContentPane().setLayout(null); final JTextField text = new JTextField("", 20);
final JLabel l=new JLabel(); text.setBounds(10,10,120,20); Button1.setBounds(140,10,100,20); l.setBounds(250,10,500,400);
try{ Class.forName("com.mysql.jdbc.Driver"); System.out.println("Creating a Mysql Table to Store Java Types!"); Connection con = null; String url = "jdbc:mysql://localhost:3306/"; String db = "cbir"; String driver = "com.mysql.jdbc.Driver"; String user = "root"; String pass = "root";
con = DriverManager.getConnection(url+db, user, pass);
PreparedStatement st = con.prepareStatement("insert into enhancement values(?,?,?,?,?,?,?,?)"); FileInputStream fis = new FileInputStream(file); st.setString(1,feature1); st.setString(2,feature4); st.setString(3,feature5); st.setString(4,feature6); st.setString(5,feature7); st.setString(6,feature2); st.setString(7,feature3); st.setBinaryStream(8, (InputStream)fis, (int)(file.length())); int s = st.executeUpdate(); JOptionPane.showMessageDialog(null,"Data is successfully inserted."); } catch(Exception ex){} } }); Button3.addActionListener(new ActionListener(){ public void actionPerformed(ActionEvent e) { String ImageName= file.getPath(); ShowImage si=new ShowImage(ImageName); ColorInformation ci=new ColorInformation(); try { ci.fun(ImageName); } catch (IOException ex) { Logger.getLogger(Images.class.getName()).log(Level.SEVERE, null, ex); } System.out.println("Completed");
java
java hi im new to java plz suggest me how to master java....saifjunaid@gmail.com
java
java dear,
i want a field for date picker using java/java script
java java online telephone directory i need coding for online telephone directory..by using java....pls help me
java
java how to edit text document by using java
then how to edit starting and ending of text document by using java
java java pattern code for a given words java pattern code for a given words pattern
java
java how can use sleep in java
which book learn of java language
java java How to set java Policy for applet using jdk 6
java
java create java program for delete and update the details,without using database, just a normal java program
java
java why methods in java raise exceptions
Have a look at the following link:
Java Exceptions
java java code to search the nodes how to write the java code to search the nodes using routers
java
java different between java & core java
print("code sample
java
java different between java & core java
print("code sample
java
java how to prepare the java
Hi Friend,
If you want to learn how to install java, creating and running a java program then go through the following links:
http://www.roseindia.net/java/beginners/index.shtml
http
java
java java swing
Swing is a principal GUI toolkit for the Java programming language. It is a part of the JFC (Java Foundation Classes), which is an API for providing a graphical user interface for Java programs
java
java what is the need of java if java is not there what will happen... work unless you have Java installed, and more are created every day. Java... to scientific supercomputers, cell phones to the Internet, Java is everywhere!
http
java
java 1.what type of inheritance supported in java.
2.what is the advantage of java over C++.
Hi Friend,
Java supports following... inheritance
Advantages of Java over C++:
1)Java is pure object oriented
java
java how to run applets in java
Hi,
In Java you can use Applet viewer to run the applet. Read more at Java Applet Viewer tutorial page.
Thanks
java
java what is javaJava is a programming language..., and business applications.
Advantages of Java:
* Java is simple, easy to design... programming languages.
* Java is object-oriented, that is used to build modular
Java Java What is the immediate superclass of the Dialog class