- Strength to Increase Rep
- +18
- Strength to Decrease Rep
- -4
- Upvotes Received
- 941
- Posts with Upvotes
- 757
- Upvoting Members
- 317
- Downvotes Received
- 64
- Posts with Downvotes
- 57
- Downvoting Members
- 54
Android developer and Battlefield player
- Interests
- programming, history, inline skating, online gaming Battlefield and Assassin's Creed series
- PC Specs
- Antec 1200; XFX 850w Black Edition Modular Power Supply; ASUS Crosshair III Formula, AMD Phenom II X4…
Re: You could have moved that system messages also into methods with which they are associated and code would be little more readable :) | |
Re: As long you do not provide pure HTML site nothing is as it seems in source view... | |
Re: Good article, but I would suggest to rename some of `imageView`as it is not good practice to have multiple of same name in the the project ;) | |
Re: That because the slash is the opposite direction not forward slash "/" but backward slash "\" [code=Java]import javax.swing.JOptionPane; public class NewLine { public static void main(String[] args) { JOptionPane.showMessageDialog (null, "peter_budo"+"\nCode tags enforcer" ,"My Message", JOptionPane.WARNING_MESSAGE); } }[/code] | |
Re: @rproffitt @Naheedmir sorry guys but you failed for cheapest trick in online spam. OP did not really cared about development outsourcing, cons and pros. He just wanted to use his signature that goes to "drums roll" ta-da to some outsourcing company. Classic forum link click advertising. Few years back this … | |
Re: Without seeing actual code hard to say... | |
Re: People may have suggested SharedPreferences because A. You may want to keep login credentials for future logins, so whenever user encounters login form this will get populated by them and user then only need to press login button to trigger login process of validation and verification B. You may want … | |
Re: @Slavi not exactly, question is how to get **XSSFDrawing** or **XSSFPicture** to some stream format that can be used to create image. You should spent little more time reading question and have look on code, API before calling generic search for Java code ;) | |
Re: [quote=saadismail85;1047629]mmmmm tell me how cuz am new user here :-)[/quote] [noparse][code=java]your code here[/code][/noparse] | |
Re: [QUOTE=sirlink99;1616317]I have had this same question. Though I could not figure out how to get it to work you use Mysql and JDBC to make an online database on a server. you then connect to the server and write, or read from the database. please message me if you figure … | |
Re: @spikehackerinc when you decide to write appropriate questions then you are more then welcome to create new thread. In the future please do not reopen old forgotten threads. Closed! | |
Re: [QUOTE=vijayr;606235]I have the same prob too :-( Any suggestions?[/QUOTE] That problem description is very inacurate, you better provide full description of your problem... | |
Re: Closing thread, attracting unwelcome attention of spammers | |
Re: Google = >> Java random number tutorial and you get [URL="http://download.oracle.com/javase/tutorial/java/data/beyondmath.html"]this[/URL] explanation of usage(at the bottom). Next time please search before you post such basic question | |
Re: Yes, the website is done with Java Server Pages. Therefore you do not need to use JavaScript (either way Java web developers do not really like to see it) and take it to next level with frameworks Struts, Hibernate or JSTL & EL, Java Server Faces. These are very powerful … | |
Re: Failing to specify language of the project only suggestion is Google -> [URL="http://www.google.co.uk/search?source=ig&hl=en&rlz=&=&q=football+results+web+service&aq=0&aqi=g1&aql=&oq=football+results+web&gs_rfai="]football results web service[/URL] | |
Re: @superhero6785 you just reopened old thread which is bad idea. Thread closed. | |
Re: The idea of testing your code is to have some method that has a return and that is what you want to test. So to get testing going on above code you would have to change return type to String public String methodToCheckStr(int testVar) { String str=""; if(testVar==5) { return … | |
Re: [QUOTE=~s.o.s~;400392]You have got to be [URL="http://paulbuchheit.blogspot.com/2007/05/amazingly-bad-apis.html"]joking.[/URL] ;-)[/QUOTE] I have to disagree. That guy is saying that comunity project Java ImageIO is difficult. However I did very nice and usefull final year project with it help. Recently ImageIO is trying to fix problems of long term running another community project Java … | |
Re: Congratulations, companies are not always so fore coming | |
Re: @Ruchi224 [LIST=1] [*]All posts merged as they all are about same project and your incapability to do this or that [*]Do not flood (multi-post same question) [*]Make sure you post in right forum section (posting VB.NET in Python is no good) [*]Full sentence English is expected and no chat/leet/sms/short-hand is … | |
Re: Simplest solution would be have database with table of user details with unique ID for each member. This would hold username and password at-least to ensure that voting member is who he/she say is. For each voting process I would create new table with members ID's and vote cats of … | |
Re: Here is [URL="http://lmgtfy.com/?q=youtube+ruby+on+rails"]link[/URL] | |
Re: I expect that each of your items has unique value that should be assigned as value to each check box when you populate table. Then on submit you will get set of check box values that represent unique item IDs and these will enable you to recover relevant data from … | |
Re: Well you made mistake on line 7-9 where you initialize Object based on ObjectMaker. Just change [icode]Object item1[/icode] to [icode]ObjectMaker item1[/icode]. | |
Re: Is it so hard to use Google search these days???? "java itext create hyperlink" and first link is http://itextpdf.com/examples/iia.php?id=131 | |
Re: Embedded [URL="http://translate.google.com/translate_tools?hl=en"]Google translator[/URL] should solve it. What you think javaAddict? | |
Re: [QUOTE=gayaneducation;762226]I need Java Script function for search data(text) inside a html table. not a my sql table. (table size is fixed) [/QUOTE] Make up you mind what technology you want to use and do not forget to support your claim by existing coding you already did as this is no … | |
Re: @Centorpe you should have posted also error message... | |
Re: 1. Please use the hash sign "#" to insert any code in your post. The function is there for a reason. 2. Ofcourse the thing you try to do it doesn't work. You did not finishe it. From your JSP page you call servlet which is supposed to delete some … |