摘要: f.setLayout(new BorderLayout()); listenButton=new JButton("连接端口8600"); f.add(listenButton, BorderLayout.NORTH); sessionTextArea=new JTextArea(); f.add(se... 阅读全文
posted @ 2015-01-26 13:07 sunxiang_520 阅读(136) 评论(0) 推荐(0)
摘要: 1、DBAdapter类: 1 package com.cnzcom.android.quickdial; 2 3 import android.content.ContentValues; 4 import android.content.Context; 5 import android.database.... 阅读全文
posted @ 2015-01-25 22:18 sunxiang_520 阅读(269) 评论(0) 推荐(0)