login1.java

来自「medical shop managment system using java」· Java 代码 · 共 29 行

JAVA
29
字号
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package com.medicalshopmanagment.beans;public class Login1 {String username;String password;    public String getPassword() {        return password;    }    public void setPassword(String password) {        this.password = password;    }    public String getUsername() {        return username;    }    public void setUsername(String username) {        this.username = username;    }}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?