JBuilder问题求助

fido555fido

新手上路
注册
2003-02-06
消息
666
荣誉分数
0
声望点数
0
刚down了个JBuilder 9 Personal,打算用来练习设计GUI用。很快发现一个恼人的问题:

在写代码时,光标指示位置不对,比如不能到行尾,比如这句话:

aButton.addActionListener(this);

你在此行敲 End 这个键想到达行尾,光标在分号位置闪动,然后你增加字符,光标在你新敲进去的字符上闪动,很奇怪。
这种情况还可以忍耐,有些时候光标在一行中间,执行删除动作,删除的肯定不是你想删除的。

我在中文,英文系统上都试验过,都有这个问题。

那位高人指点一下,谢谢啦。

另外,大家用什么工具设计Java 程序的GUI? 不是直接都用swing吧?
 
最初由 fido555fido 发布
刚down了个JBuilder 9 Personal,打算用来练习设计GUI用。很快发现一个恼人的问题:

在写代码时,光标指示位置不对,比如不能到行尾,比如这句话:

aButton.addActionListener(this);

你在此行敲 End 这个键想到达行尾,光标在分号位置闪动,然后你增加字符,光标在你新敲进去的字符上闪动,很奇怪。
这种情况还可以忍耐,有些时候光标在一行中间,执行删除动作,删除的肯定不是你想删除的。

我在中文,英文系统上都试验过,都有这个问题。

那位高人指点一下,谢谢啦。

另外,大家用什么工具设计Java 程序的GUI? 不是直接都用swing吧?

I guess you touched 'Insert' button. To solve this problem, press 'Insert' button again.

I also I have a question for JB9. Can I add 2 Run Properties at the same time?
 
我的问题解决了,调整如图选项,至字体到如图中大小就可以了。奇怪的是字体大点和小点都不行。

楼上的建议我试过,不行,但谢谢。

楼上的问题:
Can I add 2 Run Properties at the same time?

我不明白,在使用JBuilder方面是新手。
 
I am also a new user for JBuilder. From the pic. that I attached, u can see it is not allowed to choose 'New' button, but I can add 2 properties in my lab computer. I want to know what happened on my computer
 
我明白你说的问题了,我这里一样的。是不是lab的机器上装的版本不同?我们的是personal的。还有developer和enterprise版。

另外,as you may know, 如果你是想运行当前project中另外的可以运行的class (有 main method),可以用图中的办法。

有个问题,你是如何往CFC论坛上传文件的?
 
"有个问题,你是如何往CFC论坛上传文件的?"
There is an "Attach statement" option under the main post text field.You are able to attch the file and send it out, but the file that you attached has to be minimized.


Yeah, the version in the lab is enterprise...

Right now, I am using "Run as default" to run projects. All I need to do is setting up the default path under the current file. However, it seems a little uncomfortable. Anyway,thanks for your help.

BTW,the package name in your project looks funny though...:p
 
后退
顶部