编译时有这样的错误  怎么回事??"NotePad_Dialog.java":   cannot   resolve   symbol:   class   TableScrollPane   in   class   psa.NotePad_Dialog   at   line   29,   column   3 

解决方案 »

  1.   

    类Change_Dialog的上面的一部分代码TableScrollPane  , JdbTextField老是有错 不知为什么?
    说是无法解析,可是我都import了,难道不是这些??package person;import java.awt.*;
    import javax.swing.*;
    import com.borland.jbcl.layout.*;
    import com.borland.dbswing.*;
    import com.borland.dx.sql.dataset.*;
    import com.borland.dx.dataset.*;
    import java.awt.event.*;/**
     * <p>Title: </p>
     * <p>Description: </p>
     * <p>Copyright: Copyright (c) 2005</p>
     * <p>Company: </p>
     * @author not attributable
     * @version 1.0
     */public class Change_Dialog extends JDialog {
      JPanel panel1 = new JPanel();
      TableScrollPane tableScrollPane1 = new TableScrollPane();
      JdbTable jdbTable1 = new JdbTable();
      JPanel jPanel1 = new JPanel();
      XYLayout xYLayout2 = new XYLayout();
      JLabel jLabel1 = new JLabel();
      JdbTextField jdbTextField1 = new JdbTextField();
      JLabel jLabel2 = new JLabel();
      JdbTextField jdbTextField2 = new JdbTextField();
      JLabel jLabel3 = new JLabel();
      JdbTextField jdbTextField3 = new JdbTextField();
      JLabel jLabel4 = new JLabel();
      JdbTextField jdbTextField4 = new JdbTextField();
      JLabel jLabel5 = new JLabel();
      JdbTextField jdbTextField5 = new JdbTextField();
      JPanel jPanel2 = new JPanel();
      XYLayout xYLayout3 = new XYLayout();
      JButton jButton1 = new JButton();
      JButton jButton2 = new JButton();
      JButton jButton3 = new JButton();
      JButton jButton4 = new JButton();
      Database database1 = new Database();
      QueryDataSet queryDataSet1 = new QueryDataSet();
      Column column1 = new Column();
      Column column2 = new Column();
      Column column3 = new Column();
      Column column4 = new Column();
      Column column5 = new Column();
      Column column6 = new Column();
      Column column7 = new Column();
      GridBagLayout gridBagLayout1 = new GridBagLayout();