Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~8K People Reached
About Me

Qualified as a chartered engineer with practical experience of software research, development and application in industrial sector.

Interests
Audio, Photography, Golf

27 Posted Topics

Member Avatar for mahes_

As a general point. Because Java uses objects for just about everything many comparisons and assignments use objects. All objects are referenced from a variable of some type which points to the object. This allows other variables to point to the same object too which is what happens in many …

Member Avatar for rvntdhillon
0
222
Member Avatar for kc0arf

After using it for a day I felt at home with the new look and feel. There are clearly some good artistic sills in the support team as well as the depth of development experience which shows throughout the whole community.

Member Avatar for whipaway
0
264
Member Avatar for apcxpc
Member Avatar for verruckt24
0
200
Member Avatar for wizardnot
Member Avatar for hatch101

I suggest that you paste your code into an IDE. The eclipse one would do fine free from eclipse.org The editor will help you identify any syntax problems and then you can go through the program one step at a time if you need too. Have fun.

Member Avatar for Phaelax
0
1K
Member Avatar for freesoft_2000

I've tried to imagine new methods but they don't appear for me the next day!

Member Avatar for Phaelax
0
224
Member Avatar for George2

As I understand it the garbage collector will remove a static variable if all references to it have been lost. This can happen if there are no objects of that class.

Member Avatar for George2
0
2K
Member Avatar for George2

Anyone know of some simple best practice lists somewhere? Searching the sun link above is a bit blinding. Here is a simple issue which new Java programmers meet quite quickly... If I write a class that will be instantiated ONLY once is it best practice to put most of the …

Member Avatar for Gargol
0
413
Member Avatar for glamo
Member Avatar for nordmann
0
193
Member Avatar for Kennedy_f
Member Avatar for tbrinkman
Member Avatar for Gargol

I am prepared to be corrected if I am wrong but... The Jtable is a pretty powerful and useful object. As I understand it the JTable is designed to hold one object type in each column. For example this matches well with the rows representing the records in a database …

Member Avatar for jwenting
0
368
Member Avatar for jeni_4

As a quick but useful suggestion have you considered using a whole class to represent just one of your data items. It often works well because you can then seperate the handling of multiple items from the detail of each item and it makes it much easier then to add …

Member Avatar for Gargol
0
139
Member Avatar for bobr_1013

Casting with Strings can be tricky. Use "toString" if you can. I came across this one recently which interseted me... i is an int, value is an Object and intf is an Integer Number Format and value happened be be assigned the integer 9 in the application try {i = …

Member Avatar for Gargol
0
155
Member Avatar for jwenting

I thought the article very good too. The Layouts issue will run and run I'm sure but being fairly new to Java I'm still finding it difficult to code my screen layouts. Let me set a context for a layout on a screen tab. A large scrolling list, a large …

Member Avatar for jwenting
0
541
Member Avatar for glamo
Member Avatar for dntchaseme

I presume you are not using Java. You have posted in the wrong forum.

Member Avatar for Gargol
0
156
Member Avatar for grussell
Member Avatar for yupiii

Hi There Sounds like you are looking for ideas. Keep it simple perhaps with a selection of pictures and sound effects which display or play when you click on an icon for each one. If you get on well you can then have lists of them and perhaps use the …

Member Avatar for cheenu78
0
168
Member Avatar for davec271
Member Avatar for goldeagle2005
0
109
Member Avatar for jeni_4

jeni Remember that java matches on object references so the reference to doneButton should be the name you gave to the button object when you made it.

Member Avatar for hooknc
0
98
Member Avatar for jburns_lv

If you are using broadband now try to access the modem control page to check if your local tcp/ip is ok with IE. The address is usually at [url]http://192.168.0.1[/url]

Member Avatar for Gargol
0
127
Member Avatar for usb2.0

As a quick test you could disable the WEP for 5 minutes to see if the driver appears. WEP probably not the problem but this would eliminate the possibility. If the code has been changed recently of course this becomes more likley.

Member Avatar for Gargol
0
97
Member Avatar for mtl
Member Avatar for Stevon
Member Avatar for jto
Member Avatar for OllieFalle

Hi There A map of key/values pairs could be quite handy for the problem you mention. Personally I don't think I would use a stream for the input. I would let the user make distinct entries/commands and then handle them. Hope your project goes well anyway. Gargol

Member Avatar for Gargol
0
86

The End.