代码搜索:MenuBar
找到约 4,001 项符合「MenuBar」的源代码
代码结果 4,001
www.eeworm.com/read/178455/9395938
java menubarparser.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/366144/9828277
tcl qmg_console_init.tcl
# qmg_console_init.tcl --
#
# This code constructs the console window for an application. It
# can be used by non-unix systems that do not have built-in support
# for shells.
#
# SCCS: @(#) console.t
www.eeworm.com/read/355453/10264663
style 56770.sitevote.6.style
function voteview(){
window.open("message/vote/?action=view&voteid={@id}","","width=400,height=200,top=0,left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=
www.eeworm.com/read/355308/10277196
java maingui.java
package chatDog;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class mainGUI extends JFrame implements Const{
private Friend[] friend=new Friend[30];
private JMenuBa
www.eeworm.com/read/425352/10362826
js winopen.js
function openHTML(url)
{
var hwnd=window.open(url,"",toolbar="no,scrollbars=yes,menubar=no,width=600,height=380,left=20,top=5,status=no")
}
www.eeworm.com/read/278018/10581827
js popwin.js
function openpop(page) { //
window.open(page,'popwindow','toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,left=25,top=25,width=520,height=450');
}
www.eeworm.com/read/159990/10582231
java extraguidemo3.java
/**???
*Another menu demonstration program
*You need the following steps to create a menu:
*1.Create an instance of the MenuBar() class
*---MenuBar mb = new MenuBar();
*2.Attach it to the Frame u
www.eeworm.com/read/278018/10582794
js popwin.js
function openpop(page) { //
window.open(page,'popwindow','toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,left=25,top=25,width=520,height=450');
}