5,031 Posted Topics
Re: [URL="http://java.sun.com/docs/books/tutorial/2d/geometry/index.html"]Here[/URL] is Java Sun tutorial on basic shapes | |
Re: I just got [URL="http://www.amazon.co.uk/Introduction-Network-Programming-Java/dp/1846283809/ref=sr_1_2/203-5762387-7291154?ie=UTF8&s=books&qid=1185229398&sr=1-2"]this book[/URL] and looking good | |
Re: This is another option showed in Java How to Program book. This shows you that you can build your own internet browser if you wish to do so. You can search internet for even more examples.... [code] // Fig. 24.4: ReadServerFileTest.java // Create and start a ReadServerFile. import javax.swing.JFrame; public … | |
Re: It is supposed to be few months project not whole life punishment ;) | |
Re: no1zson the first link which you provided was given to you because of your specific problem and sorry I would not recommend it as guideline for beginner. However if you can post working link to that book "Thinking in Java" (doesn't work right now), that will be helpful. Other then … | |
Re: Nice idea but oviuosly you did not researched your options. You may want to read this for start [URL="http://www.roseindia.net/search/showtutorials.php?id=7782"]ASP E Commerce ASP Shopping Cart Comparison Article Tutorial[/URL] just quick search on SourceForge brought some 298 results so you can browse them [URL="http://sourceforge.net/search/?type_of_search=soft&words=comparison+shopping"]here[/URL] | |
Re: [URL="http://www.w3schools.com/php/default.asp"]w3schools.com[/URL] [URL="http://www.1keydata.com/sql/sql.html"]SQL Tutorial[/URL] with query eaxmples [URL="http://www.php-mysql-tutorial.com/"]PHP MySQL Tutorial[/URL] [URL="http://www.freewebmasterhelp.com/tutorials/phpmysql"]Free Webmaster Help[/URL] and plenty more with simple [URL="http://www.google.co.uk/search?hl=en&q=mysql+php+tutorials&btnG=Google+Search&meta="]google search[/URL] | |
Re: >i want to align the components on the panel so that the components r fixed on the panel ..and the page should be scroll down so that i want to add scrollPane to it..can anyone help me.... Well your components are already in fixed position. to get scroll bars on … | |
Re: to insert applet into html documant you have to type following into your HTML [code] <APPLET CODE=AppletSubclass.class WIDTH=anInt HEIGHT=anInt> </APPLET> [/code] Taken from tutorial on Sun provided by Ezzaral [QUOTE=Ezzaral;407078] [url]http://java.sun.com/docs/books/tutorial/deployment/applet/html.html[/url][/QUOTE] if you do not provide initial width and height that will be one of the reason why you do … | |
Re: I heard some complains about BlueJ so dunno. I been trying to use NetBeans but they are not very friendly towards me and in my opinion to complex for beginner (it is sort of Microsoft Studio in Java version for me). Currently I use JCreator LightEdition and messing around with … | |
Re: Sorry my friend, you are in wrong forum. This JavaScript and DHTML for developers. You should go here [URL=http://www.daniweb.com/techtalkforums/forum29.html]http://www.daniweb.com/techtalkforums/forum29.html[/URL] | |
Re: There is always option to send personal message to admins/moderators whom can be easily found in member list (Member Search) which right now little tricky or you can use the magic button "Flag Bad Post" and just type short message "Please remove this post I made mistake..." | |
Re: You need to talk to your Internet Service Provider as there can be problem on their end or on devices from phone company they use. However before you do that you should try to use cable when you notice there is problem with wireles as that will be one of … | |
Re: You may find this interesting reading [URL="http://www.herongyang.com/crypto/"]Cryptography Tutorials - Herong's Tutorial Notes[/URL] (contains your Base64 encryption), [URL="http://www.developer.com/java/other/article.php/3386271"]Understanding Base64 Data[/URL] PS: In the future please use code tag, that is the hash sign "#" in the toolbar when writing new thread/answering thread, and paste the code between these two tags. Thank … | |
Re: I found these tips for "[URL="http://minaret.biz/tips/tomcatLogging.html"]Logging for Apache Tomcat and Velocity using Log4j[/URL]" I never used this Log4j, but looks like internet is full of similar questions, so it will be up to you find an answer or maybe later somebody can help. However you can start with this [URL="http://www.google.co.uk/search?hl=en&q=log4j%3AWARN+No+appenders+could+be+found+for+logger&btnG=Google+Search&meta="]google … | |
Re: good find, however images are about 2 or more years old from my area and there are some diferences between google free version and google views on this site. Google free software has maps which are about year old | |
Re: Yes, you can help your self by first reading [URL="http://www.daniweb.com/forums/faq.php?faq=daniweb_policies"]forum rules[/URL] and then one of most important [URL="http://www.daniweb.com/forums/announcement9-2.html"]announcements[/URL] ![]() | |
Re: One point for jwenting as there is no [COLOR="Red"]p[/COLOR]aint interface and one point for Ezzaral as there is [color="red"]P[/color]aint interface which can be found [URL="http://java.sun.com/javase/6/docs/api/java/awt/Paint.html"]here[/URL]. | |
Re: How are we supposed to help if you do not provide any code? Secondly is this problem sorted or still on going? If sorted you should clearly state so ... | |
Re: In your case I will stay on the forum which you so strongly promote and improve it as it is dreadful... Either provide help as requested or don't say anything | |
Re: I personaly use ATI Power Color X1800 XT, but it is PCI-E. Running COD2, BF2 and Half-Life 2 on top settings. However you would not able to do so with X1600 which is no so good as the cards you mentioned. Don't trust me, read [URL="http://www.hardwaresecrets.com/article/230/10"]this[/URL]. So in your position … | |
Re: Programmers Talk can you please read what topic is about in the future? It clearly states "First Attempt at Arrays" ! no1zson is learning about use of array and you just jump miles ahead of what he is trying to do... no1zson, nice job. It is join to find on … | |
Re: I picked up some variety of resources as you did not specify your requarements. So have go... [url]http://java.sun.com/developer/technicalArticles/javaserverpages/emailapps/[/url] [url]http://www.java-tips.org/java-ee-tips/javaserver-pages/how-to-send-e-mail-through-jsp.html[/url] [url]http://www.geocities.com/sundar_rajan_in/java/jsp/sendingmail.html[/url] [url]http://www.webdotdev.com/nvd/content/view/34/67/[/url] | |
Re: More likely the second option with addition of possibility to pass his module and get some degree | |
Re: Read [URL="http://www.codetoad.com/java_jsp_id_verification.asp"]this[/URL] it will help you understand where you went wrong | |
Re: I absolutely do not understand what you trying to say. If you ask question you better to explain it fully not in one wrong worded sentence... | |
Re: Then do it with command propmpt here is some [URL="http://mindprod.com/jgloss/jar.html"]explanation[/URL] | |
Re: If you have full instalation of Tomcat then there in examples you can find calendar. This will give you idea how to sort your problem. | |
Re: and why did you send me personal message? I'm not into shell scripts if you check my profile! Also how many other people got the message from you too? Please do not miss use members list in future. Post your question and if anybody know answer they will answer it. | |
Re: Just few of many waiting for you on internet... [URL="http://www.java-tips.org/java-se-tips/java.io/how-to-read-file-in-java.html"]Java Tips - How to Read File in Java[/URL] [URL="http://www.javacoffeebreak.com/java103/java103.html"]File-handling under Java[/URL] [URL="http://java.sun.com/docs/books/tutorial/essential/io/"]Java Tutotrials: Basic I/O[/URL] | |
Re: Sorry I do not think you can do it in 2 weeks, there is lots of reasearch which you didn't do, many coding hours( as I belive this should not be only from one phone model to another model) and then testing. I'm not aware of anyone here in thhis … | |
Re: [QUOTE=Deathface;399213] ..., but maybe theres a way to fix it without it. ... is any way to tighten the fan you think?[/QUOTE] Unfortunately it is a double no. Just wait for new VGA cooler and be carefull while replacing, follow instructions... | |
Re: Every 100 points you get new block. Now, however reputation points seems to be pointless as point are given just for complimentary note or deffending your buddy in coffee house and not stuff like reporting bad posts or valuable information in technical section where everything actualy started. So choose your … | |
Re: Code tag is the hash sign "#" in the toolbar when you create post or make answer to post in advanced view. This will paste [B][ c o d e][/B] and [B][ / c o d e][/B] in text area and you put the code you wish to post between … | |
Re: You better to explain how the system works, not just tell us how thing does not work or you not able to implement. There are many options how to do it and not everything is suitable. | |
Re: You better post the link or attachment as code will be to long. Clearly state which part you do not understand and we may try to help you. Question of this type doesn't help "[b]how do we make codings to make a game[/b]" | |
Re: [QUOTE=jbennet;398599]i wish i was a moderator...[/QUOTE] [QUOTE=jbennet;398835]it is my lifes ambition[/QUOTE] Then you better work on your behaviour as you are short tempted (don't say no :D I just happens to know something about it) and maybe focus on topic instead going of topic would be welcome ;) | |
Re: He-he that is my post, did you get my permision ;) Anyway post start here [url]http://www.daniweb.com/forums/thread73182.html[/url] with all explanations what I'm trying to do but real progress is on second page [url]http://www.daniweb.com/forums/thread73182-2.html[/url] In my case this was specialy design for Windows platform, so you will need to make few changes … | |
In last week or two I tend to recieve email notification to my subscriptions day or two after. Ussualy Iget them with in a hour. Does anybody else have similar problem? Or it is only my case which mean it is then my email provider? | |
Re: Look [URL="http://www.daniweb.com/forums/thread82282.html"]this post[/URL], there is a image of display. If you get anything like that your friend should send it for repair. | |
Re: Example: @Java forum look for post by 74philip [URL="http://forum.java.sun.com/thread.jspa?threadID=321221&messageID=1331972"] 9th from top[/URL] @Javaworld large code on the [URL="http://www.javaworld.com/javaworld/javaqa/1999-10/01-qa-menuhelp.html"]end of page[/URL] more elegant solution @java2s another [URL="http://www.java2s.com/Code/Java/Swing-Components/StatusBarDemo.htm"]example[/URL] There are many and it is up to you to find them. Also doesn't matter what program you use to write your Java code … | |
Re: Take a look at their [URL="http://www.myeclipseide.com/module-htmlpages-display-pid-7.html"]Educational Material[/URL] you may find it there | |
Re: If you browse this forum you will find that this same question been asked so many times and got many answers. Not so long ago I answered one of this questions... | |
I was looking for some solution to get my Logitech MX510 mouse side buttons work under Ubuntu. While searching I come accross this guide [url]http://ubuntuguide.org/wiki/Ubuntu:Feisty[/url] Plus there are also guides for Fedora, Fedora Frog, Mandriva and Alternatives [url]http://ubuntuguide.org/wiki/Main_Page[/url] Hope this will be help others... | |
Re: >Next, the program will output everything to a graphical interface (probably a table) would be nicer if you can give outout in form of graph with something like [URL="http://www.jgraph.com/"]JGraph[/URL], maybe??? If so, you would like to keep your calculated values in DB (in case let say, in middle of the … | |
Re: Would you be more specific in what you try to do or what you trying to say? I do not understand what you asking... | |
Re: [QUOTE=reflex2java;397180]Buddy Download Tomcat. It comes with Examples just deploy/run/test...[/QUOTE] Yes there are some examples, but none "ready-to-use java servlet and jsp code for a [B]search engine[/B]" as marcories asked for | |
Re: snakai415 it is nice for once that somebody tries to learn Java through command line. However, I hope this was just one of few examples which you had to copy and paste from somewhere else. So if the book come also with electronic version of source code for examples, try … | |
Re: Why are people so lazy to even browse this forum???? Just few posts bellow your new post is actualy another post called [URL="http://www.daniweb.com/forums/thread82005.html"]open and retrive text file[/URL] where there are already answers |
The End.