搜索资源列表
fixed-text
- uc/gui低版本的text控件不能settext,这两个文件添加后即可settext-uc / gui version of the text low Control settext not, the two documents can be added after settext
wel
- class NumberListener implements ActionListener{ public void actionPerformed(ActionEvent e){ if (!append) { tf.setText(\"\") append=true } String s=tf.getText() s+=e.getActionCommand() tf.s
label
- 一个可以改变static文本框字体、大小、颜色的类 enum FlashType {None, Text, Background } class CLabel : public CStatic { // Construction public: CLabel() CLabel& SetBkColor(COLORREF crBkgnd) CLabel& SetTextColor(COLOR
SetText
- 一个directshow.在画面上写字filter的例子,-a directshow. The picture write filter example,
SetText
- 一个directshow.在画面上写字filter的例子,-a directshow. The picture write filter example,
fixed-text
- uc/gui低版本的text控件不能settext,这两个文件添加后即可settext-uc/gui version of the text low Control settext not, the two documents can be added after settext
wel
- class NumberListener implements ActionListener{ public void actionPerformed(ActionEvent e){ if (!append) { tf.setText("") append=true } String s=tf.getText() s+=e.getActionCommand() tf.set
label
- 一个可以改变static文本框字体、大小、颜色的类 enum FlashType {None, Text, Background } class CLabel : public CStatic { // Construction public: CLabel() CLabel& SetBkColor(COLORREF crBkgnd) CLabel& SetTextColor(COLOR
GourmetCoffeeGUI
- This Work graded 100 class SaveSalesListener implements ActionListener { /** * Saves the sales informations in a file. * * @param event the event object. */ public void actionPerformed(Ac
src
- 登录界面 实现手机登录界面的跳转 查询手机话费 充值等问题-package snippet public class Snippet { public static void main(String[] args) { this.jTextArea1.setText(sb.toString()) } }
EX05_03
- 短信/* 建立两个mServiceReceiver对象,作为类成员变量 *///mEditText1.setText("+886935123456") /* 设定预设为5556表示第又个模拟器的Port */-import android.widget.Button import android.widget.EditText
EX06_14
- 短信/* 建立两个mServiceReceiver对象,作为类成员变量 *///mEditText1.setText("+886935123456") /* 设定预设为5556表示第又个模拟器的Port */-import android.widget.Button import android.widget.EditText
Desktop
- package x12; import java.applet.*; import java.awt.*; import java.awt.event.*; public class Add extends Applet implements ActionListener { Label lblTwoNum = new Label ("请输入两个数字"); Label lblAdd = ne
连连看javafx
- 连连看,用javafx实现, this.setOnMouseClicked(e -> { if (e.getButton() == MouseButton.PRIMARY) { x2 = (int) ((e.getX() - w) / w); y2 = (int) ((e.getY() - w) / w); g.drawImage(new Image("llkpics/checke