- Strength to Increase Rep
- +6
- Strength to Decrease Rep
- -1
- Upvotes Received
- 84
- Posts with Upvotes
- 58
- Upvoting Members
- 20
- Downvotes Received
- 82
- Posts with Downvotes
- 58
- Downvoting Members
- 12
Well... I'm one of those programming freaks, and I cover everything from network sec. [not in Java though :(] to DB-Programming. Java Java Java. And I know a little bit of C++ too; and I've been designing front-end web applications for the last 6 years,…
- PC Specs
- Ubuntu Linux 10.04 LTS EditionMicrosoft Windows XP SP2
Re: [CODE]public static int compChoice () { Random rand = new Random(); int i = 0; i = rand.nextInt(2) + 1; //I've changed the statement below. Change it in your original code return i; }[/CODE] Look at the last line. The return statement had not been properly written. You must return … | |
Re: He didn't tell us whether it was a GUI or CUI based application. @daksh1998, non-Graphical-User-Interface programs do not open when you double-click their JAR files on MS-Windows. You will HAVE to use the command line to open non-GUI based Java programs. | |
Re: Correct me if I'm wrong anywhere... Can't you just create an application on FB that can be contacted through your client? It's safer that way; and I guess it solves your access token problem. That's how most of the mobile clients work! | |
Re: What you are looking for is the Desktop API. You can simply write the BufferedImage to a file (temporary, of course), and then use the Desktop API to send the file to the printer (read up on the Desktop API here: [url]http://java.sun.com/developer/technicalArticles/J2SE/Desktop/javase6/desktop_api/[/url] it's pretty easy to manipulate). Then, do away … | |
Re: @paulas24, Ubuntu 10.04 (Lucid Lynx) LTS comes pre-installed with Brasero Disc Burner which can be found under [icode]Applications > Sound and Video > Brasero Disc Burner[/icode]. Hope this helps! :) | |
Re: Seriously, dude, it does not matter. Pick any that you are acquainted with, and have already understood the structure of. It's always easier to develop on systems you understand fully. Ubuntu is not a bad choice. Easy-to-learn-to-use ------- Unleash the power of that penguin! | |
Re: Joomla was voted as the best CMS over the other last year by a panel of web developers in the so-and-so conference, and you can use it because it's very easy to set it up and go about it - more than th others, except WordPress maybe, but that's for … | |
Re: Try linking it to a stylesheet with the following attribute, [code]media="handheld"[/code] put this attribute in the <link> tag (ext. stylesheets) Dunno much about this, doesn't work always; worked for me once or twice only, a little strange! Maybe something else was doing it/blocking it from doing it? If it still … | |
Re: So basically you want to store the number in a separate [B]PDF[/B] file after extracting it or what? | |
Re: You're looking at the [icode]overflow[/icode] property. Set the [icode]overflow[/icode] property to [icode]scroll[/icode]. [code=CSS]overflow: scroll[/code] This will make your element boxes scrollable, and attach a background using the [icode]background[/icode] attribute. | |
Re: What do you mean by [B]linking[/B] an object to another? Like making one object a function of the other? | |
Re: You have not set the Java environment properly... Set the path variable! | |
Re: This will help you in reading the image properties, well some of them, at least: [url]http://docs.oracle.com/javase/tutorial/2d/TOC.html[/url] | |
Re: I recommend that you check out your SQL statement once, and get sure of it's correctness. Also, how are you checking whether/not the fields have been updated? That'll help me in solving your problem better! :) | |
Re: [url]http://www.w3.org/MarkUp/html-spec/html-spec_13.html[/url] If your symbols are not here, then what I recommend to you is that you change the encoding to UNICODE. That'll give you a fair bit of Turkish characters to use! :) | |
Re: [COLOR="Red"]Buggy? Versions of Internet Explorer any lesser than 9 are all the anti-CSS types. And no, z-index does not work on IE8.[/COLOR] | |
Re: No, you can delete it, though there is no quick function for doing this, I guess. You can just shift the values of the rows on top of it to that row. For example, if your array is this: X X X X X Y Y Y Y Y Z … | |
Re: It all about variable scope, which I'm sure you're aware of. Do it as zeroliken said, he's right. | |
Re: Though we don't do other people's homework for them, and will not help you if you haven't done anything yourself, but since your post was marked [B]urgent[/B], you may have a look at this: [url]http://stackoverflow.com/questions/2399150/convert-rgb-value-to-hsv[/url] | |
Re: Please edit your posts: wrap your code around the [code] tags for a little more clarity, then we'll see what we can do for you. :) | |
I'm currently developing a program that has a lot of different, say, components to it that have to be linked together in some sort of manner. Now, what I wanted to ask is, is it viable to create all of the components as separate executables and access them programmatically? | |
Re: These links are what you need, I guess: [url]http://docs.oracle.com/javase/tutorial/uiswing/index.html[/url] (Swing) [url]http://docs.oracle.com/javafx/index.html[/url] (JavaFX) [url]http://docs.oracle.com/javase/tutorial/2d/index.html[/url] (Image Manipulation) Hope this helps! :) | |
Re: @gatechie, can you be a little more clear? I really don't understand how you're gonna use a [icode]PrintWriter[/icode] instead of a [icode]BufferedReader[/icode]! | |
Re: [QUOTE]Hi, I'm working on a project and I am stuck on the AccountTest.java right at where the program is supposed to process the transaction-code within a while-loop. Below is the pseudocode for that was written for this particular assignment. This is my first post so I hope that I've formated … | |
There's someone who downvotes 5-10 posts of mine everyday, and not like bad posts, whoever it is downvotes my good posts which have already been upvoted! I cannot understand why the person in concern is doing this; this is not community spirit! I request an admin for help: I'm not … | |
Re: [QUOTE=RazorNapster;1754311]Couple of friends and me came to an idea of making our own distribution.Our idea is to make Linux distribution suitable for not so geeky people(eg.older people like your mom or dad,or young people like children in elementray scholl).Thats how we started making Ubuntu Home Edition.Linux distribution based on Ubuntu … | |
Re: What you're looking at is a good bit of JavaScript work. You'll need to trim the string from the '@' part, and put the rest, to rest. I really don't know how you are going to find the name of the college exactly, though you can always create a database … | |
Re: Lol, to the asker: I agree completely with stultuske. You're better off coding sans an IDE, that will definitely help you learn the language better. But what you asked for - a .NET-based IDE WAS available, it's not available now, called Visual J++ (By Microsoft). It was their implementation of … | |
Re: Yes, please do that. You may be going wrong during the printing part. If [icode]AccountRecord.ser[/icode] is to be created while writing, as it seems from your code, you will have to define the file first, and then use the [icode]<newly_created_file's_object>.createFile()[/icode] method and [B]only then write to it[/B]. Hope this helps! … |