5,031 Posted Topics
Re: Request to move this post to JavaScript section sent.. | |
Re: There is no need to mess around with CLASSPATH since Java 1.4, adding direction to Java installation in PATH parameter is sufficient. So if you change to PATH you can check your set up in Command Prompt, type [icode]echo %PATH%[/icode] that should beside all other things return [icode]C:\Program Files\Java\jdk1.6.0_12\bin;[/icode] also … | |
Re: Here is [URL="http://www.google.co.uk/search?hl=en&lr=&ei=usrySYeRIIKNjAelusTXDA&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=java+draw+graph+tutorial&spell=1"]all help[/URL] you need | |
Re: Good point is always start from provider web site [URL="http://www.springsource.org/"]Spring[/URL] (or [URL="http://static.springframework.org/docs/Spring-MVC-step-by-step/"]this[/URL]), [URL="http://wiki.apache.org/struts/StrutsTutorials"]Struts[/URL], [URL="http://www.hibernate.org/152.html"]Hibernate[/URL] ( at present time under maintenance) IntelliJ IDEA, NetBeans, Eclipse and other. Either they have direct in build support or you only need to download plugin Books [URL="http://books.google.com/books?q=struts&btnG=Search+Books"]Struts[/URL], [URL="http://books.google.com/books?q=subject%3A%22Computers%22+spring&btnG=Search+Books"]Spring[/URL], [URL="http://books.google.com/books?q=subject%3A%22Computers%22+hibernate&btnG=Search+Books"]Hibernate[/URL] Language??? Java of course, we love … | |
Re: Do you have in your package inventory5 class called XboxDVD? If not, there is your issue... | |
Re: Definitely not EXE as that Windows extension and major number of Tomcat servers are Unix/Linux based. I'm not aware of any tool that will be able to deploy to Tomcat and database in one go, but happy to learn if there are any. You may put your Tomcat files into … | |
Re: [URL="http://www.adobe.com/devnet/flex/flex_net.html"]Learn Flex and .NET[/URL] | |
Re: Some coding would be welcome, reading from magic ball to locate your code issues is difficult these days ;) If you can provide some code we will try to help you... | |
Re: Please attach your JME source code to your next post and I will have look at it and see what can be done | |
Re: You can communicate with your database through servlet on server side, then make the use HTTP protocol to communicate between servlet and your mobile application (use of threads is highly recommended to avoid connection request time-out). There is online version of [URL="http://books.google.com/books?id=chepSC2iAB8C&printsec=frontcover&dq=Beginning+j2me#PPA343,M1"]Beginning J2ME: From Novice to Professional[/URL] with chapter 18 … | |
Re: Why do you want to use real service for this? There is no need. Look up their API, design your project the way you will just need to plug-in their service and instead of it just provide dummy messages. After that you only have to state this fact in your … | |
Re: Topic/idea of game is your choice and depending what sort of project you doing depends difficulty. If you do just ordinary coursework and there is no specification of AI (game intelligence) then any board game player vs player will do. If it is final project for graduation AI is something … | |
Re: answer [URL="http://www.google.co.uk/search?source=ig&hl=en&rlz=&=&q=java+jpanel+draw+line&btnG=Google+Search&meta=lr%3D"]here[/URL] | |
Re: Not that I do not want to help, but I did not get what you trying to do... | |
Re: File browsing is already provided through [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/filechooser.html"]JFileChooser[/URL] file upload will depend on how you want to implement it and what you will use [URL="http://www.google.co.uk/search?hl=en&q=java+file+upload+tutorial&btnG=Search&meta="]have pick[/URL] | |
Re: Your solution is not very flexible. I would replace Array with ArrayList as in doing so I do not have to check for number of elements to set array size where to store images with their captions. Something like this [code=Java] /** * @(#)AlbumImage.java * * * @author * @version … | |
Re: iText or iReport ( I think iReport is based on iText but they been talking about moving away from them). Just google it there is lot of tutorials | |
Re: Sorry, I think this highly specific question should be asked on [URL="http://discussion.forum.nokia.com/forum/"]Nokia forum[/URL] | |
Re: OK, guys fun is over, no need to push it further. @Zass101 if you actually took your time to read some rules of this forum you would found [URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL] on top of Java section and therefore you would not posted such … | |
Re: I'm not sure what you trying to do in that code. Generally JSP will be used for presentation to collect or display data and servlet will take care of validation and communication with database. As for the ID you will either leave it for database to provide you with unique … | |
Re: Google [URL="http://www.google.co.uk/search?hl=en&q=adobe+flash+tutorial&btnG=Google+Search&meta="]adobe+flash+tutorial[/URL] | |
Re: Java and JavaScripts are two different technologies, dude! I made request to move this post in correct place... | |
Re: >I'm having some major problems with it. What that stands for? | |
Re: OK, I made few corrections, but this will not get your program compile as there is lot of things you need to correct [code=java] /** *This JFrame is used to gather mortgage data from the user and display the monthly *payment amount of the mortgage based on the input. * … | |
Re: aruna_k_2006, this is nearly 2 years old post ! ! ! Do you think it is still on-going project? I don't think so. So what s the point to rewoke old post in this case? If you done any related coding to this topic you are more then welcome to … | |
Re: You can either use one of available look & feel libraries or do the job of creating/designing own look & feel. In past I used [URL="https://substance.dev.java.net/docs/getting-started.html"]Substance[/URL], for any other just use google [URL="http://www.google.co.uk/search?source=ig&hl=en&rlz=&=&q=java+look+and+feel+library&btnG=Google+Search&meta=lr%3D"]java look and feel library[/URL] | |
Re: [URL="http://books.google.com/books?id=CCCMiIUIokIC&printsec=frontcover&dq=JavaScript+the+complete+reference.#PPP1,M1"]JavaScript, The Complete Reference[/URL] Happy reading | |
Re: Forum rule [URL="http://www.daniweb.com/forums/announcement9-2.html"]We only give homework help to those who show effort[/URL] | |
Re: Quick dirty solution use String [URL="http://java.sun.com/javase/6/docs/api/java/lang/String.html#indexOf(java.lang.String)"]indexOf(String str)[/URL] method. More advanced use [URL="http://java.sun.com/docs/books/tutorial/essential/regex/"]Regular Expressions[/URL] | |
Re: For start you missing package declaration on start of Person class which should be same as the one on start of testing class... | |
Re: [QUOTE]I have a project for school involving Firefox and making an extension that is a visual database.[/QUOTE] This doesn't make sense at all. Can you provide more details on your requirements? What language you intend to use PHP/ASP/ASP.NET/JSP or any other? There are [URL="http://www.google.co.uk/search?source=ig&hl=en&rlz=&=&q=SQLite+tutorial&btnG=Google+Search&meta=lr%3D"]tons of tutorials on SQLite[/URL] so you … | |
Re: Are you familiar with either PHP, ASP, ASP.NET, JSP, Ajax or any other language suitable for web development and capable of database communication? | |
Re: Possible if you running large number of queries and wish to know what is your progress status. I deem to impossible on single query as long somebody can come forward and show me how to monitor progress inside database... | |
Re: [QUOTE=AlexGrim;685916] [url]http://Ionisis.com/images/Layout-8-1.jpg[/url][/QUOTE] This is looking good, but I would recommend it for a gaming site rather then business site. Try to simplify it, graphics should enhance the information content you trying to pass on your visitor. | |
Re: This should give you basic idea [url]http://www.cryer.co.uk/resources/javascript/script13_gallery.htm#_self[/url] plus you need to implement random number generator | |
Re: Not sure what you up to but in general JEditorPane, JTextArea and JTextField inhere [URL="http://java.sun.com/javase/6/docs/api/javax/swing/text/JTextComponent.html#getText()"]getText()[/URL] method from JTextComponent. For JComboBox you need to use [URL="http://java.sun.com/javase/6/docs/api/javax/swing/JComboBox.html#getSelectedIndex()"]getSelectedIndex()[/URL] and match it against Array or Vector you passed to constructor to find name of selected element. Here is tutorial on [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/combobox.html"]How to Use Combo … | |
Re: Design specific class to hold only menu items and all it needs (action listeners) and just add it to frames as you need it. If you design it properly you will also able to add some menu items to specific menu sections on the go as you need or do … | |
Re: [QUOTE=navi17;843650]i hv try it.. it doesnot work... i m sure problem is different not this.[/QUOTE] [QUOTE=navi17;843658]no man. u r again wrong.. i m using smarty... so there is no need to define <?php between <a href>..................[/QUOTE] One of the rules that you should know [QUOTE]We strive to be a community … | |
Re: I'm not networking guy but I may chip in with little. Any chat application always has server side and client side of application otherwise trying to connect numerous users together would quickly become nightmare. There you will have private encryption key for server and public. There are variety ways of … | |
Re: Check out [URL="http://seleniumhq.org/projects/remote-control/"]Selenium Remote Control[/URL] | |
Re: If you interested in [URL="http://www.sun.com/training/certification/java/index.xml"]Java certification[/URL] you can take [URL="http://www.sun.com/training/certification/java/scja.xml"]SCJA[/URL] right now it is not difficult. This is more for people which will not do much of coding sort of adviser or sale representative so you know what you talking and dealing with. It is targeting basic programming terms, little … | |
Re: Document download/upload is best to manage through use of thread in case of connection timeout | |
Re: There is only one array involved that you need to use. Video class represent an object that has to be stored in array. I'm not gone do Video class for you as that is simple and judging by assignment topic you should be familiar with it. So assuming you already … | |
Re: Is this web site for Intranet (local network often used in medium to large companies, or education institutions) purposes, because g://myfile.doc will not be valid location if on remote server | |
Re: While loop with checking if expression is valid [code=Java] int i = 0; while( i < 10){ i++; }[/code] Do-while, will run at least once so make sure it has something to process and doesn't give you any Exceptions [code=Java] int i = 10; do{ i--; }while(i > 0);[/code] | |
Re: [QUOTE=achristov;840854]More than ASP.NET? You gotta be kidding. :) PHP is poor man's ASP.NET, but if you like it go for it![/QUOTE] If PHP is that, you do not mind calling ASP.NET and any other Microsoft technology around Visual Studio drag & drop for kids ;) Of topic, recent NetBeans tutorials … | |
Last few days I'm having problem open daniweb page. Anybody else with same issue? | |
Re: If the ecaple on top of this section marked as [URL="http://www.daniweb.com/forums/thread141776.html"]JSP database connectivity according to Model View Controller (MVC) Model 2[/URL], you are more then welcome to search [URL="http://sourceforge.net/"]sourceforge.net[/URL] for open source project where you can look up variety of topics | |
[B]This is not a question just small challenge[/B] if you interest in improving provided solution and feedback for me. I just went back to some assignment I did at university and one of these been design phone book for mobile device with use of Java Microedition (JME). At the time … |
The End.