Peter B. West | 1 Oct 05:24
Picon

Re: Java Swing Problem

Hi,

No-one reading this will have any idea what your problem is. You will  
have to be more specific.

Peter

On 30/09/2009, at 11:40 PM, bhavikin wrote:

> Can any one please guide me through this. just the steps I will do  
> the coding myself.

genamiga | 1 Oct 09:28
Picon

Re: GUI Layout problem


I have the same problem from the begining...I am using Netbeans since version
6.0.

Everytime there is a new realease I hope the bug is fixed but it is always
there.  This is a major issue and I don't understand why there is no
improvement and efforts for fix it.

Design form is extremely important...

I am working on a big ERP project (at the end, hundreds of complex forms)
and it is at lot of time wasted in dealing with those bugs.

It will be great to have a "lock component" feature or disabling
auto-aligment

Please help...

Other people are reporting those problems from years now...

It will be very nice to have a reaction of a Netbeans developper about that
majour issue.  And to know what they are doing to fix that problem.

bill-195 wrote:
> 
> I have a form which I am having trouble aligning.  Once a GUI object is
> 
> placed in the design tool, I can't always change it's location.  It seems
> that it is locked in place because it's tied to another object.  Is there
> a 
(Continue reading)

c_moeller | 1 Oct 08:58
Picon

Error while trying to get data out of SQL-Server

Hello everybody,

I developed a GUI using Java to enter some data into a SQL-Database using Netbeans 6.5. When opening the
project with Netbeans 6.7.1, the connection will be established, however my SELECT-statements are not
being executed, the SQL-Exception tells me there is a syntax-error near '?' - but there is no questionmark
in the select-statement I create.

Reopening and running with Netbeans 6.5 everything works fine. What's the solution to this problem?

Thanks for every help - and please apologize my bad English... ;)

Christian

eugene0 | 1 Oct 11:55
Picon

"add existing item" in Netbeans 6.7

Can't see how to add existing source to project. In 6.5 I just right-clicked on subfolder in Projects window
and selected "Add existing item..." or even "Add existing items from folders...". In 6.7.1 those context
menu items just missing.

Is there any way to do it in 6.7.1?

ChristianFilippi | 1 Oct 12:04
Picon

Show icons in a custom combobox (bean)

I don't understand why, but there is another way to display images in a Jpanel....

it regards URL

I found it googling:

Code:

ClassLoader cldr = this.getClass().getClassLoader();

java.net.URL imageURL   = cldr.getResource("cardplayer/cardimages/ad.gif");

ImageIcon aceOfDiamonds = new ImageIcon(imageURL);

I can't use a direct:

Code:

ImageIcon aceOfDiamonds = new ImageIcon("src/mypath..png");

aaaaaaaa | 1 Oct 13:17

categories of tasks, todo ?

Hello everyone,

I can have netbeans to do the list of my todo tasks using @todo and custom filters, as shown on the image.

But instead of having only one categorie named "TODO" (cf "TODO 26"), I would like to add some custom made,
for example "TMP_MSG".

I hope that I have been clear enough, if net, please ask for more details,

Thank you in advance,

Cedric

Attachments: 
http://forums.netbeans.org//files/brimage_133.jpg

alesch | 1 Oct 13:26
Gravatar

Bigger fonts in the IDE

Thank you!

aaaaaaaa | 1 Oct 13:33

categories of tasks, todo ?

Oh, and I would also like to have a specific column. For example, instead of having only

"Description", "File", "Location"..., I would like to add my custom column.

The column information would come from the tagged line and would be extracted with a regular expression.

ChristianFilippi | 1 Oct 13:38
Picon

Error while trying to get data out of SQL-Server

I suggest to try to print out your query and check it carefully.

c_moeller | 1 Oct 13:53
Picon

Error while trying to get data out of SQL-Server

This is the java-code:

rs = stmt.executeQuery(("SELECT Nr, Kürzel, Kfz1 from LehrerTable order by Nr"));

Running under Netbeans 6.5 everything is fine, running with Netbeans 6.7.1 I get this Exception: 

java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Server]Falsche Syntax in der N?he von '?'.

        at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7114)

        at sun.jdbc.odbc.JdbcOdbc.SQLExecDirect(JdbcOdbc.java:3110)

        at sun.jdbc.odbc.JdbcOdbcStatement.execute(JdbcOdbcStatement.java:338)

        at sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(JdbcOdbcStatement.java:253)

        at zisch.Start.kollegenEinlesen(ZISCHView.java:2018)

        at zisch.Start.doInBackground(ZISCHView.java:1582)

        at zisch.Start.doInBackground(ZISCHView.java:1562)

        at javax.swing.SwingWorker$1.call(SwingWorker.java:278)

        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)

        at java.util.concurrent.FutureTask.run(FutureTask.java:138)

        at javax.swing.SwingWorker.run(SwingWorker.java:317)

(Continue reading)


Gmane