Cryptography
Forum Post

Writing info to a text box

Within my GUI I have a refresh button. After the button is clicked, I would like for the info within the created .txt file to be inserted into the text box called "NameTextCustomers". Right now...
Forum Post

Re: pause and resume a thread

Try to use method sleep() for thread.... It can sleep until you press a button... Something like this while (some button is not pressed) { Thread.currentThread().sleep(1000);//sleep for 1000 ms...
Forum Post

Re: Small help needed

Hello, post here your code ... so it's easier to tell what's wrong with it..
Forum Post

Re: compareTo help

Hey, You write a compareTo() method in the planet class. That method has an argument of a planet object. That method will compare the variable this.radius with the method argument's radius and...
Forum Post

Re: Can't access variable - Newbie

Hey, Only partial code is here so definitive answer is questionable. However it appears that what is "missing" are MonsterBlocks class variables, ie. symbols, row and int. Hope this helps, se52
Forum Post

Re: Error at the begining of my code

Hey, Reason for error on class declaration line: if a class implements an interface, ActionListener, then it must implement its abstract classes, ie. actionPerformed. Add the following method after...
Forum Post

Can't access variable - Newbie

Hi everybody, I'm quite the newbie to Java and this is my first post on this forum. The question i have is actually for a homework project (a kind of PacMan game). the code creates a button array...
Forum Post

compareTo help

I am new to java and need help with CompareTo. I've created a class of object called planet, each planet has 4 variables: Distance from sun, radius, mass, and number of moons. How do I make it so...
Forum Post

Need Help to simple question

Is it possible to hover an image over an i-frame? I have an pulled an order form iframe from another server but wish to cover the originators Logo and name at top of the iframe with an image of...
Forum Post

help needed for java swing project

i have made a project with swing as a front end and sql server 2005 as backend ............i have put username as sa AND password as div for sql server login..........i need to setup this project on...
Forum Post

Re: Small help needed

I use this way: package ptCCV; public class cmain { public static void main(String[] args) { b ob=new b(); } } Maybe I did not understand what you need? Let me know if you have...
Forum Post

Re: Small help needed

It says "non-static variable op cannot be referenced from a static context". op is the name of the variable i used. In ur example it is s.
Forum Post

Re: Small help needed

Thanks a lot!!! :)
Forum Post

help with rotation in java graphics

hi all I'm trying to make a tangram but I failed to make the rotation of the figures, I have accomplished is to make the translation of the figures and so far I've tried but have not succeeded...
Forum Post

Re: Small help needed

For example this way: a.java package ptCCV; public class a { public String s="abcd"; } b.java package ptCCV; public class b { public b() { a oa=new a(); System.out...
Forum Post

pause and resume a thread

hi.. I want to pause the execution of a thread and then resume it back.. basically i am developing a media player in java. when the audio plays simultaenously a text file content wil be displyed...
Forum Post

make a meta search using java

I want to make a meta search program using java. Take results from google,yahoo and bing and display it in a new page. This is a university project. My problem is i don't know how to connect to...
Forum Post
Forum Post

Sending SMS(s) through my company's software to ANDROID phone

Hi Can anyone point me the right direction as to how write a program that contacts and sends a SMS to the ANDROID phone? Program Requirements: 1.When the SMS sending function is selected in...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.