Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
2 Endorsements
Ranked #620
~5K People Reached
Favorite Tags
Member Avatar for javanub123

I know nothing about windows scripting, but hopefully someone can point me in the right direction. I need to open a browser on a keypress, and then close the browser after the keyboard/mouse have been inactive for 1 minute or so. After the browser closes, I need to switch back …

Member Avatar for João_5
0
312
Member Avatar for javanub123

Hey guys, I am working on an application for my school and work. I work for the It team that maintains and checks the AV equipment we have around campus and solve the problems associated with them. We usually just mark them down with pen and paper etc. Im trying …

0
104
Member Avatar for javanub123

I am having trouble figuring out how to handle events for components that are created when I click a button. I have a class called rows which is used to create a row of components (combo boxes) . I have a button on my form that has an event to …

Member Avatar for javanub123
0
240
Member Avatar for javanub123

Hey guys, pretty new to c# and have a few questions about this program im trying to write I have a row of a combo box followed by a text box followed by a combo box followed by a text box. They are all sitting in a nice little row …

Member Avatar for ddanbe
0
186
Member Avatar for javanub123

im following along in this nifty little book and one of the coding examples just sparked my interest. data = open('some_file.txt') for each_line in data: print(each_line) How does python know what i want it to do without really telling it? i figured i would have to tell it how i …

Member Avatar for HiHe
0
148
Member Avatar for javanub123

im trying to write a program that will read a line of text from a file and then print that text into whereever the cursor is in the browser. like into the address bar or something. is the possible with python? how would i go about doing it. i know …

Member Avatar for javanub123
0
117
Member Avatar for javanub123

Hey Guys, i just started learning python and havent really done much programming so im pretty new im following a book and I have to read some data from a text file the code thats giving me trouble is os.chdir('Users\spreston\Desktop\HeadFirst\Chapter 3') the error says that the path does not exist, …

Member Avatar for Gribouillis
0
139
Member Avatar for javanub123

ive been trying to get slick2d installed properly on my mac, im using netbeans and followed a tutorial found here [url]http://thejavablog.wordpress.com/2008/06/08/using-slick-2d-to-write-a-game/[/url] but something goes wrong when i compile. i think it has to be a pathing issue but cant figure it out

Member Avatar for programmable
0
97
Member Avatar for fahadyousaf

You are required to develop a simple GUI application for the registration of voters. Your code should take data form user into text fields and save it into a text file. You will make voter class and a GUI. The Voter Class must have following attributes: • National ID Card …

Member Avatar for Dhruv Gairola
-1
83
Member Avatar for koushikG

Can anybody help me to do a java awt program in which one frame opens another frame?

Member Avatar for javanub123
0
96
Member Avatar for javanub123

hai, i was wondering if you guys had any advice on getting into game programming with c++ i have a pretty basic understanding of the language and was trying to find out how to do this kind of stuff but so far i havnt been able to find out much. …

Member Avatar for javanub123
0
211
Member Avatar for javanub123

hi, i have a lab monday which requires me to generate random sized squares random poinst. im not to familiar with the random class and the syntax and all that but im guessin i need to use a for loop. if someone can just point me in the right direction …

Member Avatar for javanub123
0
1K
Member Avatar for javanub123

im trying to make my program draw lines from the top right corner of the JFrame which is 400 x 400, to the bottom of it making what looks like a curve but really is just lines. i think i know the basic idea of how to do this which …

Member Avatar for javanub123
0
1K
Member Avatar for javanub123

i know how to draw 2D shapes just fine but how would i draw 3D ones? if thats even possible. please help, thanks =)

Member Avatar for Ezzaral
0
67
Member Avatar for javanub123
Member Avatar for javanub123

i started learnin Java last weekend and its my first programming language ever. ive learned most of the basic stuff (if/else, loops, etc.) and was just wondering what to do next?

Member Avatar for Ezzaral
0
50
Member Avatar for arpodojil

Here's my program: import java.awt.Rectangle; public class RectangleTester { public static void main(String[] args) { Rectangle r1 = new Rectangle(0, 0, 100, 50); Rectangle r2 = new Rectangle(0, 0, 100, 50); r2.grow(10,20); System.out.println(r1); System.out.println(r2); } } No error compiling but when I run this is the output 2009-09-14 16:00:29.174 java[414] …

Member Avatar for sneaker
0
87
Member Avatar for javanub123

i started learning java yesterday and its my first programming language to learn. ive covered most of the basics and such but im stuck at one thing i have a program written that asks for a password i want it to compare the user input to the actual password using …

Member Avatar for javanub123
0
93