带 Gui 设计器的小程序

发布于 2024-07-11 09:18:12 字数 119 浏览 6 评论 0原文

我想问您是否可以使用 GUI 设计器在 netbeans 6.5 中编写 Java Applet。 当我向源添加新文件并选择 Applet 或 JApplet 时,我发现现在 Designer 就像在 JForm 中一样。

I want to ask you if there is a possibility to program a Java Applet in netbeans 6.5 using the GUI Designer. When I was adding a new file to the source and choose Applet or JApplet, I found now Designer as in a JForm for instance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

很糊涂小朋友 2024-07-18 09:18:12

如果您想在 NetBeans 中设计小程序,请执行以下操作:

  1. 打开一个新项目
  2. ,右键单击“Source Packages”,
  3. 选择“Categories”下的“New”和“Other”,
  4. 选择“Swing GUI Forms”,然后在“File Types”下选择“JApplet”形式”

If you want to design applets in NetBeans then do this:

  1. open a new project
  2. right click on "Source Packages"
  3. select "New" and "Other"
  4. under "Categories" select "Swing GUI Forms" and under "File Types" select "JApplet Form"
聽兲甴掵 2024-07-18 09:18:12

要使设计器可用,请按以下方式创建新小程序:

  1. 选择菜单“文件\新建文件”。
  2. 从“类别”中选择“Swing GUI Forms”
  3. 从“文件类型”中选择“JAppletForm”,然后按“下一步”。
  4. 输入所需的类名、包名,然后按“完成”。
  5. 现在,如果您选择带有小程序选项卡的选项卡,您可以看到两个子选项卡“源”和“设计”。 通过选择“设计”,您将能够设计您的小程序。

To make Designer available make new applet in the following way:

  1. Select menu "File \ New File".
  2. Select "Swing GUI Forms" from "Categories"
  3. Select "JAppletForm" from "File Types" and press "Next".
  4. Input desired class name, package name and press "Finish".
  5. Now if you select tab with your applet tab you can see two sub-tabs "Source" and "Design". By selecting "Design" you will be able to design you applet.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文