Search:

Type: Posts; User: Sociopath

Search: Search took 0.12 seconds.

  1. Re: Using jbutton to write to jtextfield values to database

    import java.awt.GridLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.sql.*;

    import javax.swing.*;

    public class ContractYear extends JFrame {
    ...
  2. Re: Using jbutton to write to jtextfield values to database

    con cannot be resolved or is not a field
    text1 cannot be resolved
    text2 cannot be resolved
  3. Using jbutton to write to jtextfield values to database

    Hi, i'm trying to write a GUI which can write text from a JTextfield to a MySQL database when the user clicks a jbutton. I'm having errors with the eventhandler code for the button, can anyone take a...
Results 1 to 3 of 3