3,927 Posted Topics
Re: Please note the [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies#faq_keep_it_organized"]rules[/URL] and keep discussions on the forum - not email. | |
Re: [B]> PS how do you up vote a reply, i can only see how to close the question [/B] Each post has a pair of arrows on the right side. These allow you to up or down vote the post and optionally leave a reputation comment. | |
Re: Merged duplicate threads... | |
Re: I am marking this solved since you have now created another new thread to continue this. | |
Re: With classic lnf under win7, the frames look like normal win7 windows, but the controls within them look like the classic versions. | |
Re: I would revise that to a single array of Student objects and only one loop. And you're correct: The OP needs to show a bit of effort if he wants any more help with this. | |
Re: So which is it? "I want to develop a sound equaliser" or "where can i find codes for it". If you want help, ask a question. If you want code handouts, you're in the wrong place. | |
Re: [B]> if i want a list of preson not only one two or three..[/B] Use an [URL="http://download.oracle.com/javase/6/docs/api/java/util/ArrayList.html"]ArrayList[/URL] unless your assignment requires you to use a simple array of Person[]. | |
Re: There is not a way for that to fall through both conditions on your switch. Use an if condition instead. | |
Re: Read the API docs for the class. | |
Re: Put them on their own panel with an appropriate layout manager: [url]http://download.oracle.com/javase/tutorial/uiswing/layout/index.html[/url] | |
Re: Just add the data to your table model. If you want to render it differently, you can create a custom table cell renderer for that. | |
Re: This thread is from 2008. It was resurrected by a hijack, which was moved to a new thread of its own. I assume the original issue is resolved. Closing the thread. | |
Re: Service thread? If you mean advertising, the only appropriate place for your post would be the [URL="http://www.daniweb.com/business-exchange/post-your-resume/52"]Post Your Resume[/URL] forum. | |
Re: Have you tried just specifying "com.sun.java.swing.plaf.windows.WindowsClassicLookAndFeel"? | |
Re: The answer is: Please ask comprehensible questions in the proper forum, which is [I]not[/I] the PHP forum. Thread closed. | |
Re: What code have you tried? What problems are occurring with it? Have you studied the Sun tutorials and the APIs related to this code? "Please solve my porblem friends"(sic) doesn't show any effort on your part. | |
Re: Your method can easily check versus size and return the minimum of the requested number or the remainder of the list. As Norm already mentioned, you just need to keep track of your current list index. | |
Re: You're going to need to increment y and repaint() at some point. | |
Re: The easiest way is to use a label with the icon. Here's a tutorial on that: [url]http://download.oracle.com/javase/tutorial/uiswing/components/icon.html[/url] | |
Re: [B]> Turns out it was just a couple of very clever kids fooling around.[/B] Gee. Who would have guessed? I mean, government conspiracy seemed so much more likely... :icon_rolleyes: | |
Re: Please post a question. There is no question above. | |
Re: Start with [URL="http://download.oracle.com/javase/tutorial/uiswing/components/table.html"]this[/URL]. When you have some basics in place, post back with your code and specific questions about the parts that are giving you trouble. | |
Re: Check your Dvd class constructors against the one you are trying to invoke with the super() call in the MovieDirector constructor. | |
Re: Perhaps no one has any useful recommendations for you? I found [URL="http://sourceforge.net/projects/system-dynamics/"]this[/URL] with a quick search, but I don't know a thing about it. It's a rather esoteric request that you've made, so you can't necessarily assume that people are simply ignoring your post. Most probably just don't have the … ![]() | |
Re: A few possibilities: You could extend JLabel to maintain a reference to the object, in which case the listener could retrieve it directly from the clicked label. You could create a listener that keeps a reference to the object and create a new instance for each JLabel. You could use … | |
![]() | |
Re: First, I would recommend fixing your indentation in the posted code fragment. People are more willing to read well-formatted code. Second, I would check the procedure itself. Sounds like it's unhappy about an aggregate function or group clause. | |
Re: If your "Cursors" directory is not under your source folder, you may need to add that to your classpath as well. | |
Re: If you have specific questions, ask them. Your post is too general. Read the Zend docs and search Google if you are needing basic Hello World tutorials for this. | |
Re: You should have very little code at all in main() - the majority of it should be in separate classes and methods. | |
Re: Seems like the PHP forum might be a better audience for this. Moving it over there. | |
Re: Perhaps you can begin by reading [URL="http://www.daniweb.com/software-development/python/threads/20774"]"Starting Python"[/URL], prominently stickied at the the top of the forum, rather than hijacking someone's code snippet with off-topic questions. | |
Re: You need to read up on what a recursive function is. That isn't what you wrote/found/copied there. I'm also wondering how closely you've looked at your outputs, given this particular line in your function[CODE]return s; [/CODE] | |
Re: Start with this: [url]http://download.oracle.com/javase/tutorial/essential/regex/[/url] | |
Re: Please post specific questions about what you are having trouble with. | |
Re: This thread was from 2008 and was only resurrected by someone promoting their blog. That post has been deleted and I am closing this thread to prevent any further confusion. | |
Re: What are you referring to? There is no "CorrelationException" in the API. | |
Re: From the [URL="http://www.daniweb.com/forums/group.php"]groups[/URL] page, you should have an option at the bottom to Create A New Group. | |
Re: [B]> Pass by reference- pass class Object. [/B] Nope, try again. Object reference is still passed by value. Google it, there are plenty of explanations about. | |
Re: Try [URL="http://glassfish.java.net/"]Glassfish[/URL] or [URL="http://geronimo.apache.org/"]Geronimo[/URL]. | |
Re: We use [URL="http://izpack.org/"]IzPack[/URL] here and it works fine for our purposes. | |
Re: I'd also recommend reading through a few of these basic tutorials on working with objects: [url]http://java.about.com/od/workingwithobjects/Working_With_Objects.htm[/url] | |
Re: [QUOTE=cyberquizzer21;612792]hi! i am gettin the same error messge when i declare an object of a class. though i have initialised it to null while declarin. pls have n look at the code n reply if u find ne of my silly mistakes or is java just wierd.. <snip>[/QUOTE] Do not … | |
Re: Use the unicode value, i.e. '\u00ae' to match ®. You can look up the unicode value for others as needed |
The End.