Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
55% Quality Score
Upvotes Received
84
Posts with Upvotes
58
Upvoting Members
20
Downvotes Received
82
Posts with Downvotes
58
Downvoting Members
12
14 Commented Posts
5 Endorsements
Ranked #340
Ranked #585
~47.2K People Reached
About Me

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
Favorite Tags
Member Avatar for Phrren

[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 …

Member Avatar for stultuske
0
1K
Member Avatar for blackcathacker
Member Avatar for daksh1998

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.

Member Avatar for stultuske
0
3K
Member Avatar for warlord902

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!

Member Avatar for psychman
0
1K
Member Avatar for uurcnyldrm

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 …

Member Avatar for dongiulio
0
611
Member Avatar for paulas24

@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! :)

Member Avatar for rubberman
0
193
Member Avatar for Vampiricx3

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!

Member Avatar for jbennet
0
286
Member Avatar for SakuyaCross

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 …

Member Avatar for WebOutGateway
0
213
Member Avatar for Violet_82

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 …

Member Avatar for Violet_82
0
208
Member Avatar for karthikprs

So basically you want to store the number in a separate [B]PDF[/B] file after extracting it or what?

Member Avatar for karthikprs
0
3K
Member Avatar for XinJiki

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.

Member Avatar for XinJiki
0
101
Member Avatar for syfr

What do you mean by [B]linking[/B] an object to another? Like making one object a function of the other?

Member Avatar for syfr
0
403
Member Avatar for ujjwale

You have not set the Java environment properly... Set the path variable!

Member Avatar for javalover
0
134
Member Avatar for nidheeshkumar.r

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]

Member Avatar for NormR1
0
1K
Member Avatar for TIM_M_91

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! :)

Member Avatar for TIM_M_91
0
186
Member Avatar for veledrom

[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! :)

Member Avatar for veledrom
0
120
Member Avatar for javedsai

[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]

Member Avatar for javedsai
0
497
Member Avatar for crazymidget01

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 …

Member Avatar for ejosiah
0
3K
Member Avatar for vmehta91

It all about variable scope, which I'm sure you're aware of. Do it as zeroliken said, he's right.

Member Avatar for JamesCherrill
0
931
Member Avatar for yuvaece

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]

Member Avatar for stultuske
0
108
Member Avatar for MichaelCJ10

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. :)

Member Avatar for MichaelCJ10
0
119
Member Avatar for dantinkakkar

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?

Member Avatar for JamesCherrill
0
117
Member Avatar for ickyrr

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! :)

Member Avatar for JamesCherrill
0
226
Member Avatar for gatechie

@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]!

Member Avatar for dantinkakkar
0
1K
Member Avatar for h0427

[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 …

Member Avatar for dantinkakkar
0
4K
Member Avatar for dantinkakkar

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 …

Member Avatar for dantinkakkar
4
226
Member Avatar for RazorNapster

[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 …

Member Avatar for RazorNapster
0
343
Member Avatar for essaydoctor

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 …

Member Avatar for stultuske
0
233
Member Avatar for M.Waqas Aslam

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 …

Member Avatar for M.Waqas Aslam
0
173
Member Avatar for nickliutw

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! …

Member Avatar for dantinkakkar
0
150