代码搜索:MenuBar
找到约 4,001 项符合「MenuBar」的源代码
代码结果 4,001
www.eeworm.com/read/381420/6957421
m ex501.m
%**********************************************************
%程序:EX501.M
%功能:擦除方式显示动画实例
%**********************************************************
t=0:0.05:10*pi;
www.eeworm.com/read/469046/6984207
m 3-1.m
figure;
%创建一个默认属性值的图形窗口
figure('color',[1 1 1],'MenuBar','figure',...
'name','Figure对象示例','NumberTitle','off');
%创建一个属性值自定义,其它为默认值的窗口
www.eeworm.com/read/465867/7047647
m ex501.m
%**********************************************************
%程序:EX501.M
%功能:擦除方式显示动画实例
%**********************************************************
t=0:0.05:10*pi;
www.eeworm.com/read/465867/7047808
m ex218.m
%********************************************************
%程序:EX218.M
%功能:图形填充命令fill使用实例
%********************************************************
t=(1/16:1/8:1)'*2*pi; %定义八角形的刻度
x=sin(t);y=cos(
www.eeworm.com/read/221007/7074495
m ex10_3.m
x=linspace(0,2*pi,60);
y=sin(x);
hf=figure('Color',[0,1,0],'Position',[1,1,450,250],...
'Name','我的图形窗口','NumberTitle','off','MenuBar','none',...
'KeyPressFcn', 'plot(x,y);axis([0
www.eeworm.com/read/274556/7127119
m e0657.m
H=dialog('BackingStore','off', 'ButtonDownFcn' ,'if isempty(allchild(gcbf)),close(gcbf), end','MenuBar','none','Visible','on')
www.eeworm.com/read/206562/7129685
m ex10_3.m
x=linspace(0,2*pi,60);
y=sin(x);
hf=figure('Color',[0,1,0],'Position',[1,1,450,250],...
'Name','我的图形窗口','NumberTitle','off','MenuBar','none',...
'KeyPressFcn', 'plot(x,y);axis([0
www.eeworm.com/read/464211/7167640
java demonstratingmenus.java
import javax.swing.*;
class DemonstratingMenus extends JFrame {
private JMenuBar menuBar = new JMenuBar();
private JMenu fileMenu = new JMenu("File");
private JMenuItem neW, opeN, clo