wenzheng.yang
2023-06-13 963ab41dff2876c091ff0405931aa5d3f8f71780
src/frame/Index1.java
@@ -79,6 +79,7 @@
   static String datatypeis="全部数据类型";
   static boolean chushi_enhd=false;
   static boolean start_jiexi=false;
   static String tagid="0";
   public Index1() {//构造方法
      Toolkit toolkit = getToolkit();// 获得窗体工具包
@@ -434,7 +435,8 @@
         search.addActionListener(new ActionListener() {
            public void actionPerformed(ActionEvent e) {
               String serch=getSearchFileld().getText().trim();
               if(getSearchFileld().getText().length()>=1) {
               tagid=serch;
               if(serch.length()>=1) {
                  int size=Dell_door.serch(serch).size();
                  ShowMessage.zidingyi("搜索到数据"+size);
                  updateSerch(serch);   
@@ -485,6 +487,7 @@
         but_shuaxin1=new JButtonModel("刷新表格");
         but_shuaxin1.addActionListener(new ActionListener() {
            public void actionPerformed(ActionEvent e) {
               tagid="0";
               updateTable();
            }
         });
@@ -513,6 +516,10 @@
      Index1.showare = showare;
   }
   public static String getTagid() {
      return tagid;
   }