3,927 Posted Topics

Member Avatar for khunmato

Well, since you didn't mention anything at all about your knowledge of Swing, this is the only starting point that we can give: [url]http://java.sun.com/docs/books/tutorial/uiswing/index.html[/url] I would recommend using [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/label.html"]JLabels[/URL] to display your card graphics. You can easily [URL="http://java.sun.com/docs/books/tutorial/uiswing/layout/index.html"]lay out[/URL] those JLabel components on a JPanel. Another label or text component …

Member Avatar for JamesCherrill
0
2K
Member Avatar for hims4u

Those are compiler errors because you did not correctly import those classes. Look at your "import" statement - you are missing the "%". You need to carefully read those messages and consider what they are telling you. Also, please do not post in "chat speak" and do not use excessive …

Member Avatar for musthafa.aj
0
419
Member Avatar for orcboyx
Member Avatar for star111792

Read the ton of other posts on this. Perhaps you will stumble upon an idea. It's not our place to tell you what you can do for a project though. Only you know your own capabilities and interests and your project should reflect that. (Also see the forum rules regarding …

Member Avatar for peter_budo
0
782
Member Avatar for MichaelWClark

Well, having a master PO table would alleviate the need altogether, but aside from that, you could use max() instead of 'top'. Top is dependent upon the returned order of the rows, whereas max() is not. i.e.[code]select max(maxId)+1 from (select max(Id) as maxId from a union select max(Id) as maxId …

Member Avatar for MichaelWClark
0
109
Member Avatar for xsamkuma

>and whats a snipped email? It means that I edited out the email address as per the forum rules. Keep it on site please :)

Member Avatar for Ezzaral
0
331
Member Avatar for c_shaft05

I'm running 64-bit Java 6u18 on Windows7 and it runs great. No performance issues at all that I have seen, and our app is extremely computationally intensive.

Member Avatar for c_shaft05
0
2K
Member Avatar for gingerfish

[QUOTE=prisonpassioner;1095380]hi i have gone through u r code its good but not the best u can declare the variable in main instead of another n use it as an global and more often access specifiers are differently used in this n if u want u can look at dynamic billboard[/QUOTE] …

Member Avatar for adams161
0
3K
Member Avatar for smi ensi

>pleassssssssssssssssssssssssssssssssse help meeeeeeeeeeeeeeeeeeeeeeeeeeee!!!!!!!! Bumping your thread with a post like that is not constructive - it's just annoying and is more likely to discourage people from helping you.

Member Avatar for smi ensi
0
124
Member Avatar for aneeen

If you expect help, you will need to show what you have done so far, explain what you intend to do, and ask specific questions about what you are having difficulty with.

Member Avatar for Ezzaral
0
28
Member Avatar for mediachicken
Member Avatar for vaultdweller123
0
148
Member Avatar for beanryu
Member Avatar for ushanaveen

Read this thread as a starting point: [url]http://www.daniweb.com/forums/thread99132.html[/url]

Member Avatar for Ezzaral
0
44
Member Avatar for Duki

I think he means "Mark As Read" and I agree that it would be helpful to have both of those at the top as well as the bottom.

Member Avatar for happygeek
2
214
Member Avatar for ElegantElephant

That depends on what database you are using. Generally there is a function that you can call to check the current value of a sequence. The next insert ID will be one higher - unless another transaction gets it first. Unless there is a reason you can't, perhaps you should …

Member Avatar for loganphp
0
4K
Member Avatar for Exoskeletor

Pritaeas is correct. The Website Reviews forum is the correct place for such posts.

Member Avatar for Exoskeletor
0
72
Member Avatar for treble22

>My administrator at school banned programs from running what can i do my security system is macafee You can speak with the administrator. And don't hijack old threads here.

Member Avatar for Ezzaral
0
69
Member Avatar for bapu435
Member Avatar for Ancient Dragon

[QUOTE=GrimJack;718458]I know you think I will post something mean and snide and anti-Palin but I will let her do [URL="http://www.dailykos.com/storyonly/2008/10/21/123025/00/91/637578"]that[/URL]. [/QUOTE] "word spray" :) Very apt.

Member Avatar for johnnybgood
0
450
Member Avatar for kdmuk10
Member Avatar for Umar Ali

You posted the same class twice. But if you intend to graph whatever is chosen in your file chooser class, you will need to provide some method to pass that info into your graphing class. That could be in the constructor or a public method.

Member Avatar for Umar Ali
0
799
Member Avatar for kdmuk10

First, there is a Java forum, which would have been a much more appropriate place than Community Feedback. Now as far as the index out of bounds - did you supply any command line arguments when you ran this? Because it requires two.

Member Avatar for Ezzaral
0
68
Member Avatar for Redhaze46

Please direct any further discussion to the thread in Game Development: [url]http://www.daniweb.com/forums/thread288603.html[/url] Closing this thread to avoid duplication.

Member Avatar for Ezzaral
0
70
Member Avatar for Narue

[QUOTE=jephthah][I][B][COLOR="Green"]Narue >>[/COLOR] [/B][U][TEX]That quoting method is worse than awful. Pick one method and stick to it, don't combine them.[/TEX][/U] [/I] [ICODE][COLOR="Red"]okay, fine. I like the concept of quote tags, and i like the boxed out separation, but the font face makes me ill.[/COLOR][/ICODE] [ICODE][COLOR="Red"]so i'll go back to the old …

Member Avatar for ~s.o.s~
2
856
Member Avatar for daviddoria

Click the "Subscribe To This Thread" envelope icon at the top of the thread. It will then appear in your Subscribed Threads list in your User Control Panel.

Member Avatar for daviddoria
0
97
Member Avatar for vaultdweller123

[QUOTE=vaultdweller123;1119168]Serously....in our country, rabies was believed to be in nature with the dogs, if u get bitten by a dog... it means you got rabies. [/QUOTE]Total cereally! And if u get bitted by girlz then u getz teh cootiez!

Member Avatar for briangreen143
0
802
Member Avatar for tuwanriyas

Please direct any addition comments to this thread in Website Reviews: [url]http://www.daniweb.com/forums/thread287311.html[/url]

Member Avatar for Ezzaral
0
61
Member Avatar for sayeedbd

[QUOTE=sayeedbd;1101500]Please help.. it will be better if any of you can upload the project with solution. Thanks[/QUOTE] Better for whom? What do you think you'll learn from that?

Member Avatar for Luc001
0
637
Member Avatar for m khan

> can nay on etell me tht why if i am moving a ball thn my hurdl also moving . Why should anyone waste their time replying to this lazy gibberish? Perhaps you should take the extra 10 seconds to type a legible question if you want others to take …

Member Avatar for Ezzaral
-1
153
Member Avatar for Richard26

Are you accessing the images as local files or through a relative directory within your web site root? If you are trying to show files from your local hard drive (like 'c:/myPictures/pic1.jpg') I could see it being a bit cranky.

Member Avatar for Richard26
0
69
Member Avatar for Serrafine

Are you sure that your panel has width and height when you create the BufferedImage? How you are rendering what the user has drawn? What you have there should basically work. edit: cross-post with BJSJC

Member Avatar for Ezzaral
0
2K
Member Avatar for Barefootsanders

You can use a [url=http://java.sun.com/javase/6/docs/api/javax/swing/Timer.html]Timer[/url] for the polling. You will need to detect changes on your own.

Member Avatar for bobby_newmark
0
120
Member Avatar for sickly_man

If they have already logged in to some other page before getting to your front end, the user info may already be in the session. Can you ask the developers of the other system about that? They can probably pass any session info you need via the link to your …

Member Avatar for blex41
0
139
Member Avatar for sureshrajanmca
Member Avatar for jephthah
Member Avatar for CarterLangley

I don't see ASP listed as available in your host's features. They list PHP, Perl, Python, and Ruby - no ASP. They have MySQL database support, not Access (which I agree, you don't want to use anyway).

Member Avatar for Ezzaral
0
149
Member Avatar for xander85
Member Avatar for LoganJames
0
1K
Member Avatar for sahirak

It won't help, since he somehow managed to drop out the spaces between words when he decided to copy/paste dump his homework on the forums. Personally, I would just ignore it, unless he decides to clean up the code and show a bit of effort or thought on the matter.

Member Avatar for Ezzaral
0
129
Member Avatar for griffith

griffith, please keep in mind that this forum is for getting [I]help[/I] with PHP issues - not getting someone to produce code for you. If you are needing someone to produce an entire script for you, then you should post in Looking To Hire (and expect to pay for the …

Member Avatar for Ezzaral
0
285
Member Avatar for jephthah

She's referring to putting "..." in quote and placing the quoted text below the actual quote. Edit: Cross-posted :)

Member Avatar for diafol
3
1K
Member Avatar for Stefano Mtangoo

Have you read through the info and examples in the package description? [url]http://commons.apache.org/dbcp/apidocs/org/apache/commons/dbcp/package-summary.html#package_description[/url]

Member Avatar for Stefano Mtangoo
0
93
Member Avatar for Stefano Mtangoo
Member Avatar for boblusby

Step into the elevator and look in the lower left corner by the door. There is a loose edge of carpet. Peel that back and open the small hatch below. Inside the hatch, you'll see a very tiny monkey. If you hand him a baloney sandwich, he will share a …

Member Avatar for Ezzaral
0
191
Member Avatar for Stevishere

I think they meant "Remember me" in reference to staying logged in. It sets a cookie and you remain logged in between sessions. Obviously that's not a solution if you share the computer though.

Member Avatar for Nick Evan
0
365
Member Avatar for m khan
Re: game

First, read the site rules - especially this one[quote]We strive to be a community geared towards the professional. We strongly encourage all posts to be in full-sentence English. Please do not use "leet" speak or "chatroom" speak.[/quote] Then work through the basic OpenGL tutorials over at [URL="http://nehe.gamedev.net/"]NeHe[/URL].

Member Avatar for jwenting
0
108
Member Avatar for vb5prgrmr

[QUOTE=Nick Evan]That's the link I was talking about, and it works for me?)[/QUOTE] It's probably deleted and you can see it because you're a mod in that section. It's not accessible to me either.

Member Avatar for vb5prgrmr
0
608
Member Avatar for shaddy007
Member Avatar for Ezzaral
0
136
Member Avatar for jephthah

I'm finding it pretty hard to read as well: Fonts too large in post listings and buttons. Posts take too much real estate for no real reason. Not a fan of the light lilac - I didn't sign in to discuss my innermost feelings and get all weepy.

Member Avatar for Dani
8
2K
Member Avatar for Ancient Dragon

Dark purple is tolerable when used in moderation and with other colors, but purple abuse is a serious condition that warrants timely intervention. Tater-

Member Avatar for Ezzaral
0
134
Member Avatar for JMChurch25

Your current code is passing your System.in scanner to your Sudoku constructor. You need to create a new scanner for your input file and that is the one you want to pass to your constructor.

Member Avatar for vanessa1106
0
973

The End.