3,927 Posted Topics

Member Avatar for tanha

If you do not understand a part of his suggestion ask for clarification, but don't expect someone to write your code for you.

Member Avatar for peter_budo
0
3K
Member Avatar for britto

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 …

Member Avatar for britto
0
590
Member Avatar for jesseb07

[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.

Member Avatar for Ezzaral
0
311
Member Avatar for llemes4011

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 …

Member Avatar for llemes4011
0
323
Member Avatar for The Dude

[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 …

Member Avatar for William Hemsworth
0
63
Member Avatar for starsinthesky

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]

Member Avatar for Ezzaral
0
98
Member Avatar for jkarthick89

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.

Member Avatar for jbennet
0
35
Member Avatar for deola_lanre

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.

Member Avatar for PhiberOptik
0
221
Member Avatar for Infectme

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 …

Member Avatar for javaAddict
0
124
Member Avatar for tmoney7566

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 …

Member Avatar for tmoney7566
0
110
Member Avatar for kishendra
Member Avatar for me_ansh
0
158
Member Avatar for death_oclock

This site has quite a lot of information on DSP: [url]http://www.101science.com/dsp.htm[/url]

Member Avatar for death_oclock
0
106
Member Avatar for Coyboss

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.

Member Avatar for Coyboss
0
274
Member Avatar for MidiMagic

Yes, the new search function does not work very well. It also finds posts that have been removed.

Member Avatar for Ezzaral
1
180
Member Avatar for Modo

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.

Member Avatar for Modo
0
137
Member Avatar for OracleLite

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.

Member Avatar for javaAddict
0
487
Member Avatar for java2000
Member Avatar for zaraeleus

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.

Member Avatar for zaraeleus
0
689
Member Avatar for zatin

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, …

Member Avatar for Ezzaral
0
68
Member Avatar for Dani

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.

Member Avatar for William Hemsworth
0
866
Member Avatar for mmmark
Member Avatar for radhasb

Complete tutorial on laying out components: [url]http://java.sun.com/docs/books/tutorial/uiswing/layout/index.html[/url]

Member Avatar for Ezzaral
0
116
Member Avatar for srs_grp

Stephen is correct. The JDBC-ODBC bridge should be avoided unless there is absolutely no other driver available.

Member Avatar for Ezzaral
0
131
Member Avatar for dinkarkolhe

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".

Member Avatar for Ezzaral
0
84
Member Avatar for 3pid

Is there a way to get paid well for that instead of actually doing productive work? :)

Member Avatar for Ramy Mahrous
0
128
Member Avatar for l_03

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 …

Member Avatar for verruckt24
0
143
Member Avatar for xabi

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 …

Member Avatar for Ezzaral
0
123
Member Avatar for caps_lock

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.

Member Avatar for caps_lock
0
188
Member Avatar for deepak777mishra

A text editor and the [URL="http://java.sun.com/javase/downloads/?intcmp=1281"]JDK[/URL] from Sun.

Member Avatar for BestJewSinceJC
0
46
Member Avatar for tibrah001

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 …

Member Avatar for Ezzaral
0
91
Member Avatar for lownby
Re: hi

Excellent resource: [url]http://letmegooglethatforyou.com/?q=how+to+make+a+web+site[/url]

Member Avatar for jbennet
0
29
Member Avatar for san245

[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.)

Member Avatar for jlm699
0
145
Member Avatar for bfreelancer

[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.

Member Avatar for yollyP.
0
116
Member Avatar for Inlovewithnight

Avast Spybot S&D Ad Aware Firefox + AdBlock + NoScript I've read good things about MalwareBytes, but haven't used it personally.

Member Avatar for Ezzaral
0
199
Member Avatar for alpha_gamma

[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.

Member Avatar for Ezzaral
0
150
Member Avatar for winrawr

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])

Member Avatar for bcasp
0
153
Member Avatar for caps_lock

Don't hijack other people threads with unrelated questions. Your question is not even related to this forum.

Member Avatar for jbennet
0
257
Member Avatar for torbonator

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.

Member Avatar for jbennet
0
124
Member Avatar for aznlover
Member Avatar for christiangirl

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 …

Member Avatar for christiangirl
0
109
Member Avatar for En-Motion

The OpenGL tutorials at [URL="http://nehe.gamedev.net/"]http://nehe.gamedev.net/[/URL] should get you there pretty easily.

Member Avatar for Ezzaral
0
425
Member Avatar for jonathan__

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?

Member Avatar for Comatose
0
65
Member Avatar for raghunandan_l

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]

Member Avatar for Ezzaral
0
108
Member Avatar for linggs

[QUOTE=linggs;772142]Hi there, I know I should not be doing this.[/QUOTE] Then don't do it.

Member Avatar for stultuske
0
220
Member Avatar for Modo

[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]

Member Avatar for Ezzaral
0
127
Member Avatar for ~gamer4life~
Member Avatar for lonely girl

[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.

Member Avatar for Ezzaral
0
3K
Member Avatar for GrimJack

[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]

Member Avatar for GrimJack
0
1K
Member Avatar for izaty

Here's a little bit of background reading that should help : [url]http://www.daniweb.com/search/search.php?q=final+project+idea[/url]

Member Avatar for verruckt24
0
63
Member Avatar for sillyboy

The End.