HOME 首页
SERVICE 服务产品
XINMEITI 新媒体代运营
CASE 服务案例
NEWS 热点资讯
ABOUT 关于我们
CONTACT 联系我们
创意岭
让品牌有温度、有情感
专注品牌策划15年

    图形界面设计

    发布时间:2023-04-04 01:42:34     稿源: 创意岭    阅读: 113        当前文章关键词排名出租

    大家好!今天让小编来大家介绍下关于图形界面设计的问题,以下是小编对此问题的归纳整理,让我们一起来看看吧。

    创意岭作为行业内优秀的企业,服务客户遍布全球各地,相关业务请拨打电话:175-8598-2043,或添加微信:1454722008

    文章目录列表:

    图形界面设计

    一、在java中,设计图形用户界面需要经历哪几个基本步骤

    1, 分析业务需求, 理顺业务逻辑

    2, 根据业务需要考虑使用何种容器(JFrame ,Frame ,JWindow..) 需要的数量.

    3, 每个容器(窗口)使用组件

    4.组件使用何种布局方式(边界布局,绝对布局,网格布局..),排列在容器(窗口)中

    5.组件中需要响应那些事件, 把事件响应代码写好,然后绑定到组件上(addListener...)

    6.调试,测试

    二、关于java图形界面设计

    add(pn0,FlowLayout.RIGHT);

    这里语句有问题

    改为

    add(pn0);

    就可以执行了

    三、Java编程 设计一个图形用户界面。界面包括三个单选按钮、两个复选框、一个列表、一个文本区和一个按

    程序如下:

    import java.awt.FlowLayout;

    import java.awt.event.ActionEvent;

    import java.awt.event.ActionListener;

    import javax.swing.ButtonGroup;

    import javax.swing.JButton;

    import javax.swing.JCheckBox;

    import javax.swing.JFrame;

    import javax.swing.JPanel;

    import javax.swing.JRadioButton;

    import javax.swing.JTextArea;

    public class JFrameDemo extends JFrame implements ActionListener

    {

    private JPanel panel;

    private JButton button;

    private JTextArea textArea;

    private JCheckBox musicBox;

    private JCheckBox danceBox;

    private JRadioButton hanButton;

    private JRadioButton manButton;

    private JRadioButton huiButton;

    private ButtonGroup buttonGroup;

    public JFrameDemo()

    {

    panel = new JPanel();

    button = new JButton("确定");

    textArea = new JTextArea(40,30);

    musicBox = new JCheckBox("唱歌");

    danceBox = new JCheckBox("跳舞");

    huiButton = new JRadioButton("回族");

    hanButton = new JRadioButton("汉族");

    manButton = new JRadioButton("满族");

    buttonGroup = new ButtonGroup();

    buttonGroup.add(huiButton);

    buttonGroup.add(hanButton);

    buttonGroup.add(manButton);

    panel.setLayout(new FlowLayout(3));

    panel.add(huiButton);

    panel.add(hanButton);

    panel.add(manButton);

    panel.add(musicBox);

    panel.add(danceBox);

    panel.add(button);

    panel.add(textArea);

    add(panel);

    setTitle("选择兴趣爱好");

    setBounds(100, 100, 400, 280);

    setResizable(false);

    setVisible(true);

    this.button.addActionListener(this);

    }

    public static void main(String[] args)

    {

    new JFrameDemo();

    }

    @Override

    public void actionPerformed(ActionEvent e)

    {

    if(e.getSource() == this.button)

    {

    String info = "";

    if(this.huiButton.isSelected())

    {

    info += this.huiButton.getText() + "\n";

    }

    if(this.hanButton.isSelected())

    {

    info += this.hanButton.getText() + "\n";

    }

    if(this.manButton.isSelected())

    {

    info += this.manButton.getText() + "\n";

    }

    if(this.danceBox.isSelected())

    {

    info += this.danceBox.getText() + "\n";

    }

    if(this.musicBox.isSelected())

    {

    info += this.musicBox.getText() + "\n";

    }

    this.textArea.setText(info);

    }

    }

    }

    有问题欢迎提问,满意请采纳,谢谢!

    四、JAVA 图形界面设计 如何将子窗体只能打开一次然后设置位置

    <script type="text/javascript">

    function GetWindow(){

    window.open("MyJsp.jsp","name1","width=100,height=200,toolbar=no,scrollbars=no,menubar=no,screenX=100,screenY=100");

    }

    </script>

    <body>

    This is my JSP page. <br>

    <input type="button" value="按钮" onclick="GetWindow();">

    </body> 参数 衩始值 说明

    alwaysLowered yes/no 指定窗口隐藏在所有窗口之下。

    alwaysRaised yes/no 指定窗口浮在所有窗口之上。

    dependent yes/no 指定打开的窗口为父窗口的一个了窗口。并随父窗口的关闭而关闭。

    directions yes/no 指定Navigator 2和3的目录栏是否在新窗口中可见。

    height pixel value 设定新窗口的像素高度。

    hotkeys yes/no 在没有菜单栏的新窗口设置安全退出热键。

    innerHeight pixel value 设置新窗口中文档的像素高度。

    innerWidth pixel value 设置新窗口中文档的像素宽度。

    location yes/ no 指明位置栏在新窗口中是否可见。

    menubar yes /no 指明菜单栏在新窗口中是否可见。

    outerHeight pixel value 设定窗口(包括装饰边框)的像素高度。

    outerWidth pixel value 设定窗口(包括装饰边框)的像素宽度。

    resizable yes /no 指明新窗口是否可以调整。

    screenX pixel value 设定新窗口离屏幕边界的像素长度。

    screenY pixel value 设定新窗口离屏幕上边界的像素长度。

    scrollbars yes /no 指明滚动栏在新窗口中是否可见。

    titlebar yes /no 指明菜单题目栏在新窗口是否可见。

    toolbar yes /no 指明工具栏在新窗口中是否可见。

    Width pixel value 设定窗口的像素宽度。

    z-look yes /no 在文档中包含各个<pplet>标签的数组。

    fullscreen yes / no 打开的窗体是否进行全屏显示

    left pixel value 设定新窗口距屏幕左方的距离

    top pixel value 设定新窗口距屏幕上方的距离

    以上就是小编对于图形界面设计问题和相关问题的解答了,如有疑问,可拨打网站上的电话,或添加微信。


    推荐阅读:

    什么是3D图形

    景观设计cad怎么做图(景观设计cad怎么做图形)

    几何图形创意设计作品(几何体组成的创意画)

    杭州智慧产业园地址(杭州智慧产业园地址电话)

    嘉定花园景观设计价格多少(嘉定花园景观设计价格多少钱一平)