3,927 Posted Topics
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: 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 … | |
Re: >and whats a snipped email? It means that I edited out the email address as per the forum rules. Keep it on site please :) | |
Re: 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. | |
Re: [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] … | |
Re: >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. | |
Re: 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. | |
Re: Try using regex: [url]http://www.regular-expressions.info/php.html[/url] | |
| |
Re: Read this thread as a starting point: [url]http://www.daniweb.com/forums/thread99132.html[/url] | |
Re: 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. | |
Re: 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 … | |
Re: Pritaeas is correct. The Website Reviews forum is the correct place for such posts. | |
Re: >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. | |
Re: Too many hijacks, spams, and nonsense posts. Closing this threads. | |
Re: [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. | |
Re: It can be found under "Project Properties > Run > Arguments". | |
Re: 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. | |
Re: 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. | |
Re: 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. | |
Re: [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 … | |
Re: 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. | |
Re: [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! | |
Re: Please direct any addition comments to this thread in Website Reviews: [url]http://www.daniweb.com/forums/thread287311.html[/url] | |
Re: [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? | |
Re: > 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 … | |
Re: 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. | |
Re: 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 | |
Re: 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. | |
Re: 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 … | |
Re: So they [I]do[/I] have more colors than purple! :P | |
Re: 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). | |
![]() | Re: Great, now at least they will learn something from their copied code :) |
Re: 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. | |
Re: 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 … | |
Re: She's referring to putting "..." in quote and placing the quoted text below the actual quote. Edit: Cross-posted :) ![]() | |
Re: 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] | |
Re: Have you created a new JFrame/JPanel/etc through the New file menu? | |
Re: 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 … | |
Re: 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. | |
Re: 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]. | |
Re: [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. | |
Re: So essentially, you are asking for help stealing? Am I understanding correctly? | |
Re: 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. | |
Re: Dark purple is tolerable when used in moderation and with other colors, but purple abuse is a serious condition that warrants timely intervention. Tater- | |
Re: 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. |
The End.