Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~8K People Reached
Interests
Java rules!☺ I'm interested in the latest processor, Intel I7 >.< I really want it!!
Favorite Tags
Member Avatar for GrimJack
Member Avatar for smith09

What do you like on internet? 1. Reading new stuff, interesting blogs 2. Reading and posting on forums 3. Buying something 4. Selling something 5. Something else Please share your views on this topic

Member Avatar for savis1
-6
822
Member Avatar for ﻼim
Member Avatar for vaultdweller123
0
228
Member Avatar for happygeek

If you have never played Angry Birds before, here's the skinny: use a giant rubber band to slingshot a variety of birds (some of which explode, drop egg bombs, multiply in flight, speed up like a rocket, well you get the idea) at a bunch of pigs hiding in a …

Member Avatar for AndreRet
0
690
Member Avatar for TheSecOrg

I'm making a text editor just because I feel like it, I know there are already good text editors out there and this one isn't going to be better but I still want to make one because, again, I feel like it. I'm using JFrame to make my GUI and …

Member Avatar for TheSecOrg
0
380
Member Avatar for TheSecOrg

How can I change the color of the font or text? I've tried area.setFontColor, area.setColor, comic.setColor. area is the JTextArea. comic is a font. arial is a font. I have a [code]final Color red = new Color(); red = Color.red;[/code] but I don't know how to set the Font or …

Member Avatar for Ranjitdani
0
139
Member Avatar for TheSecOrg

Is there a way to make a variable be able to be used in another .php file? E.G In PHP1.php $age="9"; $someOtherThing="1"; In PHP2.php echo $age+$someOtherThing; I have a statement to make, I hate being a n00b.

Member Avatar for TheSecOrg
0
741
Member Avatar for TheSecOrg

The class Newfile has a red zig zaggy line underneath it, The type Newfile must implement the inherited abstract method ActionListener.actionPerformed(ActionEvent). What does this mean? My code ^_^' : [CODE]import java.awt.FlowLayout; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import javax.swing.JFrame; import javax.swing.JOptionPane; import javax.swing.JButton; import javax.swing.JMenu; import javax.swing.*; import java.util.*; public class tuna …

Member Avatar for NormR1
0
133
Member Avatar for TheSecOrg

Uh, I don't think I'm on the right lines but is there a way to connect to the internet and send some variables to a database?

Member Avatar for TheSecOrg
0
61
Member Avatar for TheSecOrg
Member Avatar for Andrew Davis 64

How do I create an Instant Messenger Program using Java? I want to create an Instant Messenger Program using Java, and I dont have a clue where to start, so if someone can please help me, that would be great. Thank You, Andrew Davis

Member Avatar for alex1986
0
217
Member Avatar for TheSecOrg

Hi everyone, How do I create a timer in Java? It's for a quiz I'm making and I want a time limit for each question.

Member Avatar for coil
0
114
Member Avatar for TheSecOrg

[CODE] import java.util.Scanner; class apples { public static void main(String args[]){ System.out.print("Hello, today I'm going to give you a quiz. \nWhat's your name?\n"); Scanner name = new Scanner(System.in); System.out.print(name.nextLine()); System.out.print(" Is a nice name.\nToday I am going to test your knowledge.\nLet's begin!\n"); int score = 0; System.out.print("Who is Bill Gates?\n1. …

Member Avatar for TheSecOrg
0
197
Member Avatar for TheSecOrg
Member Avatar for TheSecOrg

Hello, I don't really know what to talk about but an admin PMed me to do this. (I'm assuming this happened to every as well.) I'm a beginner at C++ and C. I'm a little advanced with html. What to put now? I like programming but it's really hard, maybe …

Member Avatar for AndreRet
0
168
Member Avatar for TheSecOrg
Member Avatar for TheSecOrg