免费观看又色又爽又黄的小说免费_美女福利视频国产片_亚洲欧美精品_美国一级大黄大色毛片

菜單刪除添加Java代碼,java添加刪除組件

在java程序中加個右擊彈出菜單(剪切 復(fù)制 刪除) 求大神幫忙 急用!!!!!!!

根據(jù)你的要求,改完的程序如下:(改動的地方見注釋,未寫入的程序不需要改動)

創(chuàng)新互聯(lián)建站主營甘南網(wǎng)站建設(shè)的網(wǎng)絡(luò)公司,主營網(wǎng)站建設(shè)方案,成都app軟件開發(fā),甘南h5小程序定制開發(fā)搭建,甘南網(wǎng)站營銷推廣歡迎甘南等地區(qū)企業(yè)咨詢

主要是把JTextArea text;改成JTextArea text=new JTextArea();

加了右擊彈出菜單一段。

import java.awt.*;import java.awt.event.*;

import javax.swing.*;

import java.io.*;

public class jishiben extends JFrame{

File file=null;

private JLabel stateBar;

private JTextArea text=new JTextArea();//這里把JTextArea text;改成JTextArea text=new JTextArea();

private JMenuBar mb;

private JMenu files, edit, help;

private JMenuItem Open,New,Save,SaveAs,Exit,Cut,Copy,Paste,Delete,SelectAll,About;

public jishiben()

//構(gòu)造函數(shù)

{

super("我的記事本");

//菜單欄

mb=new JMenuBar();

files=new JMenu("文件");

edit=new JMenu("編輯");

help=new JMenu("幫助");

About=new JMenuItem("關(guān)于");

Open=new JMenuItem("打開"); //文件菜單的下拉菜單

New=new JMenuItem("新建");

Save=new JMenuItem("保存");

SaveAs=new JMenuItem("另存為");

Exit=new JMenuItem("退出");

Cut=new JMenuItem("剪切"); //編輯菜單的下拉菜單

Copy=new JMenuItem("復(fù)制");

Paste=new JMenuItem("粘貼");

Delete=new JMenuItem("刪除");

SelectAll=new JMenuItem("全選");

stateBar=new JLabel("未修改");

//右擊彈出菜單 //這里加一段

JPopupMenu menu = new JPopupMenu();

JMenuItem menuItemCut = new JMenuItem("剪切");

JMenuItem menuItemCopy = new JMenuItem("復(fù)制");

JMenuItem menuItemDelete = new JMenuItem("刪除");

menu.add(menuItemCut);

menu.add(menuItemCopy);

menu.add(menuItemDelete);

text.setComponentPopupMenu(menu);

menuItemCut.addActionListener(new actionListener());

menuItemCopy.addActionListener(new actionListener());

menuItemDelete.addActionListener(new actionListener());

//添加標簽

stateBar.setHorizontalAlignment(SwingConstants.LEFT);

stateBar.setBorder(BorderFactory.createEtchedBorder());

mb.add(files);mb.add(edit);mb.add(help);

files.add(New);files.add(Open);files.add(Save);files.add(SaveAs);files.addSeparator(); //分割線

files.add(Exit);

edit.add(Cut);edit.add(Copy);edit.add(Paste);edit.add(Delete); //分割線

edit.add(SelectAll);

help.add(About);

setJMenuBar(mb);

//text=new JTextArea(); //這里去掉一句移到上面

add(new JScrollPane(text)); //滾動面板

setSize(600,500);

setVisible(true);

}

class actionListener implements ActionListener{

public void actionPerformed(ActionEvent e) {

}

}

public static void main(String[] args) {

new jishiben();

}

}

用java編寫一個簡單的學(xué)生管理系統(tǒng)實現(xiàn)添加,刪除,修改,查詢的功能

你需要的是基于gui界面的還是javaweb的呢?

這兩種項目有共性也有區(qū)別, 比如在數(shù)據(jù)層的部分可以統(tǒng)一的抽象出來公用。

但是在view層差別還蠻大的, swing是各種基于listener來觸發(fā)業(yè)務(wù)邏輯, 與javaweb開發(fā)不太一樣, 我最近兩種都有實現(xiàn), 感受是還算簡單。

希望能夠幫助你

急急急!!!高分求助!!!java 中實現(xiàn) 左右選擇菜單添加、刪除、排序。 注意: 不用下拉框?qū)崿F(xiàn)。

只有下拉菜單的例子:

div id="wrapBody" class="wrap_body" style="width: 100%px;height:421px;*height:424px;"

div style="padding: 30px;height:429px;text-align:center;" id="login"

table width="80%"

td valign="top" align="left" width="30%" colspan="2"

div style="text-align:center; display:inline" ?? ? ? ?

?? ? ? ?font size="2"s:text name="country.choice.wait"http://font/divbr /

??? ?

select multiple="multiple" size="20" id="unSelectedCountry" style="width:240px!important;height:300px!important;"

option value="0"交易/option

option value="1"交易明細/option

option value="2"風(fēng)險擋掉交易/option

option value="3"重復(fù)訂單號交易/option

option value="4"凍結(jié)拒付交易/option

/select

/td

td valign="middle" width="20%" colspan="2"?br /

table border="0"

tr

td height="25" align="center"input type="button"

name="submit1" value="---[添加]" class="button" id="choiceBtn"

onClick="choiceCountry('unSelectedCountry','range','1');" //td

/tr

tr

td height="25" align="center"input type="button"

name="submit22" value="---[移除]" class="button" id="exitbackBtn"

onClick="choiceCountry('range','unSelectedCountry','1');" //td

/tr

tr

td height="25" align="center"input type="button"

name="submit4" value="==[全部移除]" class="button" id="allexitBtn"

onClick="choiceCountry('range','unSelectedCountry','0');" //td

/tr

/table

/td

td valign="top" width="30%" colspan="2"

div style="text-align:center; display:inline"

?? ? ? ?font size="2"s:text name='country.choice.choice'//font/div

br /

? ? select theme="simple" id="range" size="20"

style="width: 240px!important;height:300px!important;" multiple="true" name="range"

/select/td

/table

/div

/div

script type="text/javascript"

function choiceCountry(srcSelect, objSelect, type) {

srcSelect = document.getElementById(srcSelect);

objSelect = document.getElementById(objSelect);

if (type == "0") {

var length = srcSelect.options.length - 1;

for ( var i = length; i = 0; i--) {

var varItem = new Option(srcSelect.options[i].text,

srcSelect.options[i].value);

objSelect.options.add(varItem);

srcSelect.options[i] = null;

}

} else {

var length = srcSelect.options.length - 1;

var changelength = length;

if(length == -1)

return

for ( var i = length; i = 0; i--) {

if (srcSelect[i].selected == true) {

var varItem = new Option(srcSelect.options[i].text,

srcSelect.options[i].value);

objSelect.options.add(varItem);

srcSelect.options[i] = null;

changelength = length - 1;

}

}

if (changelength == length) {

var varItem = new Option(srcSelect.options[0].text,

srcSelect.options[0].value);

objSelect.options.add(varItem);

srcSelect.options[0] = null;

}

}

/script

java中如何實現(xiàn):添加、刪除、查找、修改

添加、刪除、查找、修改就是執(zhí)行sql語句啊。

除了查找用executeQuery(),其他三個但是用executeUpdate()

網(wǎng)站欄目:菜單刪除添加Java代碼,java添加刪除組件
分享鏈接:http://m.newbst.com/article10/hsegdo.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供虛擬主機App開發(fā)云服務(wù)器用戶體驗小程序開發(fā)網(wǎng)站收錄

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

網(wǎng)站建設(shè)網(wǎng)站維護公司