3,927 Posted Topics
Re: If you do not understand a part of his suggestion ask for clarification, but don't expect someone to write your code for you. | |
Re: Well, you could find it by walking down the container hierarchy from the selected tab with instanceof checks, but I'd consider that an awful hack. You're better off writing an EditorPane class that encapsulates the components of each editor pane. Each tab would contain a single instance of EditorPane and … | |
Re: [QUOTE=Hodza313;786259]And btw, all Dual Cores below 8000 series are 65nm, not 45. :sad:[/QUOTE] You may want to review the specs: [url=http://processorfinder.intel.com/details.aspx?sSpec=SLB9U]E5300[/url] [url=http://processorfinder.intel.com/details.aspx?sSpec=SLAPB]E7300[/url] Both 45mm. | |
Re: What do you mean by "can't get it to work"? Because your key listener does respond as long as you make sure it has focus (i.e. click in the panel). You can add a call to requestFocusInWindow() in init() if you want to make sure it gets focus without the … | |
Re: [QUOTE=The Dude;783440][url]http://maddox.xmission.com/beat.html[/url] I disagree totally! HITTING,ETC DOES NOTHING BUT HURT THEM MENTALLY..... When they do something bad,they should be delt with WITHOUT VIOLENCE (If possible)[/QUOTE] If you actually took it as a serious article, you could use a slap yourself. [url]http://en.wikipedia.org/wiki/Maddox_(writer[/url]) A second slap for typing in caps for no … | |
![]() | Re: To get more control over the layout, you'll need to learn more about the various layout managers that are available. The following tutorial has a lot of information and samples: [url]http://java.sun.com/docs/books/tutorial/uiswing/layout/index.html[/url] |
Re: Welcome. You'll have an easier time in the IT field if you replace your defective keyboard. It's not typing all of the letters consistently. | |
Re: Hmm... let us think about it for awhile... No. Read the forum policies on homework and demonstrating effort. For that matter, read the section on using proper English too - this isn't a chat room. | |
Re: You have declared your "screenCapture()" method within your main() method, which is not allowed. You cannot declare functions within functions. Your main() declaration is missing the static modifier as well, which it needs. Edit: Looking more closely, you actually have every method inside main() and no terminating brace for the … | |
Re: Because you are looping while day is greater than zero. If you only want the single result, remove the loop. Another thing to consider though: you are retyping all of the gifts from other days on each case, which is unnecessary because the lines are additive. Each day adds a … | |
| |
Re: This site has quite a lot of information on DSP: [url]http://www.101science.com/dsp.htm[/url] | |
Re: Well, you can either remove them or rename the variables - but you can't declare two different variables with the same name within the same scope. | |
Re: Yes, the new search function does not work very well. It also finds posts that have been removed. | |
Re: Check the API on GregorianCalendar (or just Calendar if you wish). Also keep in mind the forum rules regarding "chat speak" - if you wish to ask for help, take the time to type all of the letters in your words and use capital letters where appropriate. | |
Re: As each number is generated, check the current numbers array to make sure it does not already contain that number, if it does, just generate another. | |
Re: Look again at your variable declarations in main(). You'll see that you declared other variables for those values, but p, r, and t are not those variables. | |
Re: That class would probably be Library itself. A Library has a collection of Book objects. A Book is either "checked out" or "available". The Book collection could easily have more than one copy of a Book object, each with it's own state. When a Borrower checks out a Book object, … | |
Re: The new post listings on the "main page" for top-level forums no longer indicate which forum the post is in. Listing the forum is helpful to determine if the post is in one of the forums you participate in a lot. | |
Re: Just post your questions as Comatose suggested. | |
Re: Complete tutorial on laying out components: [url]http://java.sun.com/docs/books/tutorial/uiswing/layout/index.html[/url] | |
Re: Stephen is correct. The JDBC-ODBC bridge should be avoided unless there is absolutely no other driver available. | |
Re: You could also look at [URL="http://reporting.pentaho.org/classic_engine.php"]Pentaho Reporting[/URL] (formerly JFreeReport). And for future reference, "plz" is not a word. I believe you meant "please". | |
Re: Is there a way to get paid well for that instead of actually doing productive work? :) | |
Re: You know, looking back at your post history, I'm going to recommend the most helpful tutorial I can think of for the balance of your time in computer science: [url]http://www.google.com/support/websearch/bin/static.py?page=searchguides.html&ctx=basics&hl=en[/url] If you refuse to make any effort to find information and figure things out on your own, you may as … | |
Re: Well, the progression you outlined doesn't need a lookup really, it's just [icode]n(n-1)[/icode], but I suppose you could use an array or a HashMap to look up the score if it says that you must do so. Given an array of {2,6,12,20} a simple subtraction will transform "hits" to the … | |
Re: I don't even understand what you mean by that question. Your code is only processing the top level of each root entry and only then if it's a directory. | |
Re: A text editor and the [URL="http://java.sun.com/javase/downloads/?intcmp=1281"]JDK[/URL] from Sun. | |
Re: You could create a social networking site similar to Facebook called "WatShudIDo?", where all of the students who make posts like this could congregate and repeatedly ask each other "wat shud I do? wat did u do?". It should foster quite the spirit of community given how much they all … | |
Re: Excellent resource: [url]http://letmegooglethatforyou.com/?q=how+to+make+a+web+site[/url] | |
Re: [QUOTE=san245;777003]Yeap I knw hw beautfl it looks bt thng is I dnt knw much abt progmng...ie y I askd help...[/QUOTE] And the way your going now, you never will know much about it. You only learn by doing it. (And the "chat-speak" only reinforces the impression of lazy and ignorant.) | |
Re: [QUOTE=bfreelancer;746752][B]Obama Against Outsourcing ??[/B] During his campaign, Obama said he would offer incentives to companies that created jobs at home and halt tax breaks to those that ship work abroad. what do you think ? Rolling Eyes[/QUOTE] I think it's great. | |
Re: Avast Spybot S&D Ad Aware Firefox + AdBlock + NoScript I've read good things about MalwareBytes, but haven't used it personally. | |
Re: [QUOTE=alpha_gamma;775976]Also i would like to know how i can get the org.* library as well. Any help is appreciated.....[/QUOTE] Um, I think you are going to have a hard time finding the "org.*" library - that could encompass thousands of projects. | |
Re: If you don't know what it is or what is good about it, why would you make a decision to learn it? Start with some basic investigation before posting questions of this level of generality: [url]http://en.wikipedia.org/wiki/Python_(programming_language[/url]) | |
Re: Don't hijack other people threads with unrelated questions. Your question is not even related to this forum. | |
Re: This recent article over on Tom's Hardware might be of interest to you: [URL="http://www.tomshardware.com/reviews/core-i7-overclock,2112.html"]System Builder Marathon: $1,250 Mid-Range PC[/URL]. Price and availability may vary over in the UK, but it may give you some ideas. | |
Re: There is absolutely no reason to call it from main(). | |
Re: How have you tested anything at all in order to alter it if you do not know what should go into main() to make it run? No one here is going to be able to tell you for certain, since you are extending some "GBFrame" class which is not a … | |
Re: The OpenGL tutorials at [URL="http://nehe.gamedev.net/"]http://nehe.gamedev.net/[/URL] should get you there pretty easily. | |
Re: Then perhaps posting a question in either the [URL="http://www.daniweb.com/forums/forum4.html"]Visual Basic 4/5/6[/URL] or [URL="http://www.daniweb.com/forums/forum58.html"]VB.net[/URL] forum would be a good place to start? | |
Re: Also note: [url]http://www.catb.org/~esr/faqs/smart-questions.html#urgent[/url] [url]http://www.catb.org/~esr/faqs/smart-questions.html#writewell[/url] | |
Re: [QUOTE=linggs;772142]Hi there, I know I should not be doing this.[/QUOTE] Then don't do it. | |
Re: [QUOTE=JavaCool4Me;771596]Have a look here for a 100% pure Java DB [URL="http://hsqldb.org/"]http://hsqldb.org/[/URL][/QUOTE] Or the latest project by the original author of hsqldb (Thomas Mueller): [url]http://www.h2database.com/html/main.html[/url] | |
Re: [QUOTE=lonely girl;756404][B][COLOR="Red"]where r u friends???????[/COLOR][/B][/QUOTE] You have not asked any question yet. You just dumped some code in your post. And posting in "IM-speak" won't earn you much help either. | |
Re: [QUOTE=R0bb0b;723477]For this reason, the only difference that I see between Creationism and Evolution is the supernatural aspect, otherwise they are on the same level of improbability.[/QUOTE] Well, there's just a little bit more to it than that: [url]http://evolution.berkeley.edu/evolibrary/article/evo_01[/url] [url]http://www.natcenscied.org/evolution[/url] [url]http://en.wikipedia.org/wiki/List_of_misconceptions#Evolution[/url] [url]http://www.natcenscied.org/creationism[/url] | |
Re: Here's a little bit of background reading that should help : [url]http://www.daniweb.com/search/search.php?q=final+project+idea[/url] | |
The End.