目前分類:java (35)

瀏覽方式: 標題列表 簡短摘要

參考:

NUI-JavaDoc

fabch2 發表在 痞客邦 留言(0) 人氣()

ImageIcon ii = (ImageIcon) jLabel.getIcon();

Image image = ii.getImage();

fabch2 發表在 痞客邦 留言(0) 人氣()

jTextFieldItem.requestFocus();

jButton.requestFocus();

fabch2 發表在 痞客邦 留言(0) 人氣()

private String QueryDataSetGetValue(QueryDataSet QDSTable, int i) {

    String str = ""

fabch2 發表在 痞客邦 留言(0) 人氣()

第一部分:使用iReport製作報表的詳細過程(Windows環境下)
第二部分:使用Jasperreport作為報表控件開發胖客戶端報表應用

fabch2 發表在 痞客邦 留言(0) 人氣()

public static byte[] arrayAdd(byte[] array1, byte[] array2, int i) {

    byte[] array = new byte[array1.length + i];

fabch2 發表在 痞客邦 留言(0) 人氣()

public static AudioClip AudioClip(String name) {

    URL url = Method.class.getResource("WAV/" + name);

fabch2 發表在 痞客邦 留言(0) 人氣()

private byte[] getPhoto(String name) {

    FileInputStream fis = null;

fabch2 發表在 痞客邦 留言(0) 人氣()

public String getDateTime() {

    String formatStr =  "yyyy/MM/dd HH:mm:ss";

fabch2 發表在 痞客邦 留言(0) 人氣()

public double getMaxWidth(Object[] items, Font font) {

    JComboBox jComboBox = new JComboBox(items);

fabch2 發表在 痞客邦 留言(0) 人氣()

private String MyMethod() {

    StringBuffer stringBuffer = new StringBuffer();

fabch2 發表在 痞客邦 留言(0) 人氣()

private PrintService getPrinter(String name) {

    PrintService[] printServices = PrinterJob.lookupPrintServices();

fabch2 發表在 痞客邦 留言(0) 人氣()

public void myMethod() {

    try {

fabch2 發表在 痞客邦 留言(0) 人氣()

Timer timer = new Timer(30000, new ActionListenerTimer());

private void exBegin() {

fabch2 發表在 痞客邦 留言(0) 人氣()

public void ex1() {

    new MyThread ().start();

fabch2 發表在 痞客邦 留言(0) 人氣()

«12