<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Jigloo GUI Builder Guide</title>
<link rel="STYLESHEET" href="book.css" type="text/css">
<meta name="author" content="Cloudgarden.com"></head>
<body bgcolor="white">
<font face="Helvetica, Arial, sans-serif"><big><b>Tips And FAQs</b></big><br>
<big><b><small><br>
</small></b></big></font>
<font face="Helvetica, Arial, sans-serif"><b>Installation</b><br>
</font>
<ul>
<li><font face="Helvetica, Arial, sans-serif"><big><a href="tips.html#help3"><small>Why does Eclipse not recognize that Jigloo (or the latest version of Jigloo) is installed?</small></a></big></font></li>
</ul>
<font face="Helvetica, Arial, sans-serif"><big><b><small>
Opening files with Jigloo</small></b><br>
</big></font>
<ul>
<li><font face="Helvetica, Arial, sans-serif"><big><a href="#help1"><small>I have a Java class written with a different IDE/GUI builder - how can I open it with Jigloo?</small></a></big></font></li><li><font face="Helvetica, Arial, sans-serif"><big><a href="#help2"><small>I
created a java class with Jigloo, but now when I open it it opens just
like a regular java class in the java editor - how can I open it with
Jigloo?</small></a></big></font></li>
</ul>
<font face="Helvetica, Arial, sans-serif"><b>Performance</b><br>
</font>
<ul>
<li><font face="Helvetica, Arial, sans-serif"><big><a href="#help4"><small>How can I make eclipse go faster with Jigloo open?</small></a></big></font></li>
</ul>
<font face="Helvetica, Arial, sans-serif"><big><small><b>Code Parsing</b><br>
</small></big></font>
<ul>
<li><font face="Helvetica, Arial, sans-serif"><a href="tips.html#help16_0">Which methods will Jigloo parse in my code?</a></font></li><li><font face="Helvetica, Arial, sans-serif"><a href="tips.html#help16_1">Which classes will Jigloo instantiate as it parses my code?
</a></font></li><li><font face="Helvetica, Arial, sans-serif"><a href="tips.html#help16">Hiding code from Jigloo.</a></font></li>
</ul>
<font face="Helvetica, Arial, sans-serif"><big><b><small>Coding Tips<br>
</small></b></big></font>
<ul>
<li><font face="Helvetica, Arial, sans-serif"><a href="#help7">Using Jigloo's visual inheritance.</a></font></li><li><font face="Helvetica, Arial, sans-serif"><a href="#help8">Reformatting the source code.</a><br>
</font></li>
</ul>
<font face="Helvetica, Arial, sans-serif"><big><b><small>Productivity Tips</small></b><small><br>
</small></big></font>
<ul>
<li><font face="Helvetica, Arial, sans-serif"><a href="#help9">Stopping & starting code parsing.</a></font></li><li><font face="Helvetica, Arial, sans-serif"><a href="#help10">Multi-selecting elements (by CTRL and selection marquee).</a></font></li><li><font face="Helvetica, Arial, sans-serif"><a href="#help11">Select a component in the Outline by holding Alt down while clicking in the source editor.</a></font></li>
<li><font face="Helvetica, Arial, sans-serif"><a href="#help12">Moving elements</a></font></li><li><font face="Helvetica, Arial, sans-serif"><a href="#help13">Copying & pasting elements</a></font></li><li><font face="Helvetica, Arial, sans-serif"><a href="#help14">Changing preferred sizes in GridBag and Form Layouts</a></font></li><li><font face="Helvetica, Arial, sans-serif"><a href="#help15">Changing an element's text property quickly.</a></font></li>
</ul>
<font face="Helvetica, Arial, sans-serif"><b>Custom components</b><br>
</font>
<ul>
<li><font face="Helvetica, Arial, sans-serif"><big><a href="tips.html#help5"><small>How
can I give my custom component an icon that will show up in Jigloo's
"Custom" palette, instead of the default java-bean icon?</small></a></big></font></li>
</ul>
<font face="Helvetica, Arial, sans-serif"><big><b><small>Miscellaneous<br>
</small></b></big></font>
<ul>
<li><font face="Helvetica, Arial, sans-serif"><a href="#help17">Maximize the main editor by double-clicking on it's name tag.</a></font></li>
<li><font face="Helvetica, Arial, sans-serif"><a href="#help18">How to move a component that is behind another
component.</a></font></li>
<li><font face="Helvetica, Arial, sans-serif"><a href="#help19">Working with SWT classes not initially created by Jigloo</a></font></li>
</ul>
<font face="Helvetica, Arial, sans-serif"><big><b><small>Problems</small></b><small><br>
</small></big></font>
<ul>
<li><font face="Helvetica, Arial, sans-serif"><a href="#help20_0"><big><small>Why can't I change the location/size of my GUI elements?</small></big></a><br>
</font>
</li><li><font face="Helvetica, Arial, sans-serif"><a href="#help20">Errors with properties or fields not being recognized</a></font></li>
<li><font face="Helvetica, Arial, sans-serif"><a href="#help21">Problems on Linux</a></font></li>
</ul>
<font face="Helvetica, Arial, sans-serif"><u><big><big><br>
</big></big></u><big><b><small><br>
</small></b><u><b>Installation<br>
<br>
</b></u></big><big><b><small>
</small><small><a name="help3"></a>Why does Eclipse not recognize that Jigloo (or the latest version of Jigloo) is installed?</small></b><br>
</big></font>
<font face="Helvetica, Arial, sans-serif"><br>
Eclipse 3 has problems with it's plugin cache and sometimes does not
recognize that a plugin has been installed or upgraded. You can force
Eclipse to re-load all the plugin definitions by either:<br>
</font>
<ol>
<li><font face="Helvetica, Arial, sans-serif">deleting or moving the eclipse/configuration folder or</font></li><li><font face="Helvetica, Arial, sans-serif">starting eclipse by opening a command-line console in the eclipse folder and executing "eclipse -clean -vmargs -Xmx300m"<br>
</font></li>
</ol>
<font face="Helvetica, Arial, sans-serif"><big><b><small><br>
</small></b></big><u><big><big><b><small>Opening files with Jigloo</small></b></big></big></u><br>
<br>
<big><b><small><a name="help1"></a>I have a Java class written with a different IDE/GUI builder - how can I open it with Jigloo?</small><br>
</b></big></font>
<font face="Helvetica, Arial, sans-serif"><br>
Locate your class in Eclipse's Package Explorer view, then right-click
on it and choose "Open with->Form Editor". Jigloo should open the
class.<big><br>
<b><small><br>
<br>
<br>
<a name="help2"></a>I
created a java class with Jigloo, but now when I open it it opens just
like a regular java class in the java editor - how can I open it with
Jigloo?<br>
</small></b></big></font>
<font face="Helvetica, Arial, sans-serif"><br>
Sometimes Eclipse does not remember which editor it used previously to
open a file, so you need to make sure that your class is not opened in
any editor in eclipse, then right-click on the file and choose "Open
with->Form Editor".<big><br>
<b><small><br>
</small></b></big><big><u><b>Performance</b></u></big><br>
<big><b><small><br>
<a name="help4"></a>How can I make eclipse go faster with Jigloo open?<br>
</small></b></big></font>
<font face="Helvetica, Arial, sans-serif"><br>
By
default, Eclipse does not start with a large allocation of memory, and
using Jigloo inside Eclipse to open a large file can require 20-100MB
of memory, so it is a good idea to allow Eclipse to use about
200-400MB. One way to do this is to start Eclipse using a
script or batch file in the eclipse folder which executes the command:<br>
<br>
java -Xmx300m -cp startup.jar org.eclipse.core.launcher.Main<br>
</font><font face="Helvetica, Arial, sans-serif"><br>
or alternatively executing the eclipse executable with these arguments:<br>
<br>
eclipse -vmargs -Xmx300m<br>
<br>
</font><font face="Helvetica, Arial, sans-serif"><b><u><big><br>
Code Parsing</big></u><br>
<br>
</b></font><font face="Helvetica, Arial, sans-ser
daqi418543467
- 粉丝: 13
- 资源: 5
最新资源
- 西门子s7 200smart与3台英威腾GD变频器通讯实战程序 原创可直接用于生产的程序,程序带注释,并附送触摸屏程序,有接线方式和设置,通讯地址说明等 程序采用轮询,可以后续根据要求适当修
- 标签打印C#控制程序源代码,适合自己进行二次开发 软件可以自己编辑标签,可以自动条形码或二维码的位置
- 松下FP-XHC60T 标准可带18轴中型程序,总共逻辑1万多步,含昆仑通态触摸屏程序(触摸屏附带配方功能,以及产能统计:), 项目功能完整主站与两个从站采用PLC链接通讯,该程序为标准框架,故障,复
- WPF智慧工厂数据平台 1, 提供一个智慧工厂数据平台框架 2,理解wpf的设计模式 3,学习如何绘制各种统计图 4,设计页面板块划分 5,如何在适当时候展现动画 有盆友问,这个是否带数据库
- yolo目标检测数据-抽烟、打电话、打哈欠数据集5665张含yolo标签文件(可用于疲劳检测、司机行为检测).zip
- FLAC3D锚杆辅助生成软件根据CAD图自动打锚杆 使用感受 在CAD画出锚杆,启动软件会生成锚杆命令流,call入flac中即可或者复制到自己命令流中,十分便捷 由于开发成软件,永久使用
- 施耐德ATV71原厂纸质原理图纸 施耐德ATV71变频器原理图纸,可以用来研究变频器电路的结构组成、控制原理,为搞清楚变频电路的控制原理、信号的来龙去脉提供科学依据,更能够做为变频器
- 信捷XC PLC与3台施耐德ATV12变频器通讯程序 信捷XC PLC与3台施耐德ATV12变频器通讯,可靠稳定,同时解决施耐德ATV12变频器断电重启后,自准备工作,无需人为准备 器件:信捷XC3
- 电动自行车方案,资料齐全 成熟电动自行车代码方案,学习好资料 中颖中颖电动自行车代码方案,包含代码,原理图,pcb,说明文档 不论是学习电动车代码还是学习电流环,速度环,Pid调节,都是很好
- 三菱PLC FX5U 伺服机器人程序 包括三菱FX5U程序,威纶通触摸屏程序,IO表,材料清单,eplan和PDF电气图 4轴伺服程序,1个机器人,FX5U结构化编程
- 电机启动模型 Matlab simulink 可用于模拟电压暂降等电能质量问题,适配于本家的IEEE 33节点模型
- python入门-外星人小游戏
- 高压大功率电动汽车360V方案 电动汽车高压电机控制器360v乘用车平台,某知名电控厂家主推 产品,软件源代码,软件FOC矢量控制算法,boot源码,全部开源,强大的上位机调试工具带实时波形显示,原理
- matlab 多智能体系统编队控制仿真,非线性,一致性,领导跟随控制,有限时间控制等
- 蛋白质功能预测中的深度学习方法:结合序列与互作网络的深层分类模型(DeepGO)
- 三菱纯水设备程序纯水设备程序 使用三菱A系列 PLC和三菱A985GOT触摸屏,也可以额外有偿转移指其他触摸屏,比如昆仑通态和威纶通还有信捷等等
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
评论18