Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #3K
~9K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

18 Posted Topics

Member Avatar for jarograv

You can add a final statement in the if else loop to quit the program if the transaction is undone. It should be like, else { exit(0); } that will fix the accepting a null value. It automatically quits the program if the selection is undone.

Member Avatar for jarograv
0
1K
Member Avatar for lena1990

In case of a GUI you need to define another method parametres like an another instance of variable to use.. try that it will work.. honestly I never tried an UDP with TCP however it will work if you initiate a new instance for the GUI

Member Avatar for lena1990
0
235
Member Avatar for hinaraees

In NetBeans IDE there is a directory called "dist". You can place your web files in that directory. The path is like this : "/yournetbeanshomedirectory/yourproject/dist/yourwar.war".

Member Avatar for BestJewSinceJC
0
150
Member Avatar for puneetkay

it's better to provide links than publishing in code sniplets,but it's an IT discussion community may everyone have the knowledge of these games can't you provide much higher

Member Avatar for Dawenlomo
0
2K
Member Avatar for Hazel101
Member Avatar for g2gayan

use ImageIcon and locate the same by a label. Else simply declare the u r jpgs at the top of u r code as global

Member Avatar for g2gayan
0
145
Member Avatar for bluebird

Whats this we are viewing u r posts because of thinking u need some help, but u r posting a lecture type paragraph here.I didn't understand whether u really have doubt r u want to write a article.if u want to write articles please use forums.But what u have said …

Member Avatar for helioptra
0
316
Member Avatar for cfcid

use this code: what u have asked is a very simpler task. Use this logic Let n be the arbitary no upto what u want sum of primes for(i=2;i<=n;i++) { if(n/i==0) { s+=i;/here s is the sum and initially it should be declared as s=0 } } System.out.println("the sum of …

Member Avatar for prisonpassioner
0
101
Member Avatar for rajec3

Its some thing difficult for u to understand when start at netbeans or else. U plz start from basics by JAVA2 complete reference after having some basic knowledge about oops and the structural behaviour of java u can try ide...........

Member Avatar for stultuske
0
176
Member Avatar for gingerfish

[QUOTE=gingerfish;1093984]Please help me =( I'm not native english speaker, therefore some things might be not clear here I have 2 separate files: [B]Main.java[/B] and [B]Open.java[/B] inside [B]main.java[/B] there is a GUI and it has a [B]JTextArea[/B]) where i want to show text (variable) called from [B]open.java[/B] in [B]Main.java [/B] i …

Member Avatar for adams161
0
3K
Member Avatar for gunnarflax

u have done a mistake the value is checked by getting it only so u have to get that from the textbox or any by this syntax document.formname.textboxname.value...........use this syntax

Member Avatar for gunnarflax
0
266
Member Avatar for flyerorange
Member Avatar for Seten
0
136
Member Avatar for neha_38

[QUOTE=neha_38;1077455]Hello! I have a question regarding game programming. Currently i am doing a course in .net3.5. How to develop a game using c#? Can anyone provide(code) with a game done in .net. What are the educational qualifications to be a game programmer? Thanks in advance.[/QUOTE] hi neha this is prison …

Member Avatar for prisonpassioner
0
182
Member Avatar for onejavaone

I don't know you Mr,Ms or Mrs onejavaone but i want to tell you one thing your concentration and dedication only helps you to learn java.once go through it,i am sure you will definitely forgot about time .take care bye

Member Avatar for peter_budo
0
148
Member Avatar for altf2junkie
Member Avatar for prisonpassioner
0
155
Member Avatar for prisonpassioner

hi i am a new one to this community i have a problem in my code ,in that when i try to implement keylistener it works only for text not for image while using drawImage the image painted but not moved and when iam trying it with draw string keyListener …

Member Avatar for prisonpassioner
0
106
Member Avatar for ronny22

hi once go through the basics of java and then follow the most recomended version java2-the complete reference you will certainly got your doubts cleared.All the best

Member Avatar for Member #327928
0
223
Member Avatar for ashish2234

i understood your problem.i have already experienced it but some difference in programable stratagy try this way first add keyboard interface to your code then select a key which you want use as an pause method then implement a logic such as whenever you pressed that button first time the …

Member Avatar for prisonpassioner
0
141

The End.