36,051 Topics

Member Avatar for
Member Avatar for q8z

i have picture that when i go right created communication to the internet in order to import new data. the communication to the internet blows the movement on the screen. how can I set low Priority to the internet thread - i use this: thread.setPriority(1); but it not help - …

Member Avatar for hooknc
0
84
Member Avatar for Angiana

Hello guyzz.... is there any1 tat know Matlab here? coz i have a doubt in one of my Matlab question and i hope some1 can help me wif it... thanx...

0
44
Member Avatar for Klitzy

Hi guys...Im new here and just registered a few minutes ago. I am a sophmore in high school and this is my first year of java. I have a program that I have to do for homework and I don't even know where to start. We have just begun learning …

Member Avatar for iamthwee
0
150
Member Avatar for kylethedarkn

I made a program that is supposed to ask for a shape and then make a green shape and then ask you if you wanted to make another shape. That didn't work so I changed it to ask if you wanted to make another shape after this one and put …

Member Avatar for iamthwee
0
147
Member Avatar for jeepj27

Hi All - Can you please look at this code for me? I need to be able to have this script LOAD A URL when the checkbox is checked and the SUBMIT is pressed.... Thanks so much!!! :) [INLINECODE]<head> <script> var checkobj function agreesubmit(el){ checkobj=el if (document.all||document.getElementById){ for (i=0;i<checkobj.form.length;i++){ //hunt …

Member Avatar for amellie
0
105
Member Avatar for ghackprime

I no the problem is not with the program its with my pc. I am able to compile this program fine on my school's pc but i can't on my laptop. The program is public class SwingIO { public static void main(String[] args) { /* (To contrast this sample with …

Member Avatar for rinoa04
0
477
Member Avatar for q8z

this is the wat i make new thread: public void startThread(){ if (threadIsActivate==false){ new myThread(this); threadIsActivate = true; } } and this is my constructor : public myThread(Object o) { this.o = o; Thread thread = new Thread(this); thread.start(); } //in object the thread make changes all the time after …

0
48
Member Avatar for shuchi_jain

hi i m MCA final yr student from IGNOU.This semester i have to deposit a project in java on the topic, "matrimonial site", just like any other matrimanial site like shadi.com .........etc..Im new to this field, Im not finding anyone to help me.Kindly provide me all sort of help u …

Member Avatar for DMR
0
301
Member Avatar for vamsikirans

One of our clients,a Hyderabad (India)-based Company, with presence in US & Europe, has the following opening: [B]Position: "Senior PERL Programmer”[/B][B][/B] [B]Skill-set: (Mandatory) Perl, C++, Shell scripting, Java, JXB , PHP Scripting[/B] [B]Experience: 3+ Yrs (incl. 2+ yrs relevant exp)[/B] [B]Education: Graduates/Btech /BE /Mtech /ME /MCA /BSc. CS /MSc[/B] [B]Location: …

Member Avatar for dwks
0
81
Member Avatar for Klitzy

Well, I have finished one of my programs and have been tracing it over and over. Trying to figure out my problem and I just can't seem to figure it out so I have decided to try and let another pair of eyes look at it. A very simple program. …

Member Avatar for Infarction
0
87
Member Avatar for himanjim

Hi friends, I have turned scrolling off in one of the frames of my webpage having id bottomFrame. But I want to turn scrolling on when a long web page opens in that frame using javascript. parent.bottomFrame.style.scrolling="yes"( I hope the syntax is correct) doesn't works.

0
76
Member Avatar for jrabhu
Member Avatar for stonemonolith

Hello. I'm new to Java and, I'm trying to set up a frame with an Exit Button that uses an event handler. But, it isn't working - here is the code, am I missing something? It isn't even getting inside the if statement. Any help would be appreciated import javax.swing.*; …

Member Avatar for stonemonolith
0
109
Member Avatar for server_crash

I have a text editor I've been working on, and I'm having some trouble with the undo/redo functions... It doesn't work, and I don't know what's wrong with it. I posted all of my code dealing with the undo function. I know it's a lot, but maybe you wont mind …

Member Avatar for jwenting
0
515
Member Avatar for cvr-grl

Hello to all !!! I just joined this site 2day & I hope it will be some help 2 me. I'm new to JAVA & I have a professor who stated that we have to learn JAVA on our own. My prgram is due Wed. by 10am. The program is …

Member Avatar for jwenting
0
103
Member Avatar for Antiparadigm

Hello all, I've got an assignment due on thursday that is very easy, but I have one bug that is driving me nuts. The assigment is to just create a basic GUI with 1 label, a text box, and a few check boxes, so it's not that hard. The problem …

Member Avatar for Antiparadigm
0
142
Member Avatar for soccerdevil221

Does anybody know how to make a recruiting program for the MMORPG game of Kings of Chaos?

0
35
Member Avatar for aarya

[B]Intro[/B] Today more and more developers want to write distributed transactional applications for the enterprise and leverage the speed, security, and reliability and server-side technology. If you are already working in this area, you know that in today’s fast moving and demanding world e –commerce and information technology, enterprise have …

0
91
Member Avatar for aarya

[B]Intro[/B] The Sun Microsystems’s Java Server Pages technology allows you to rapidly develop and easily maintain rich, dynamic web pages. As a part of the Java family, JSP enables development of web based applications that are platform independent. The web applications build using JSP technology works with a wide variety …

0
84
Member Avatar for Comtek1980

I am having trouble correcting the errors in my application to get it to compile. My deadline for this app is Oct. 1. I would appreciate if a fresh set of eyes could look at my code and see where I'm going wrong. Thanks [code] import java.util.Arrays; import javax.swing.*; import …

Member Avatar for Phaelax
0
54
Member Avatar for Covinus

im trying to build an editor using java. how can i bind an interpreter like perl. so i can run or output the result in a gui??

0
39
Member Avatar for gumedesv

)Perfomance measure:Retrival of a fundamental memory,network capacity 2)Environment:User 3)Actuators:Screen display,files 4)Sensors:Keyboard,files(input of fundamental memories and probe) Implement te above agent in a programming language of your choice(prefeably Java or C++).The agent should store three fundamental memories a(cross),b(square) and c(circle).If the user inputs a probe the agent should respond by retrieving …

Member Avatar for MattEvans
0
830
Member Avatar for munsonpm

I'm new to java and i am trying to make the scanner function work, but it won't. I have the latest version of java and Mac OS X This is the info on the version that terminal gave me: java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112) …

Member Avatar for munsonpm
0
111
Member Avatar for it-girl

Hi everyone, We've got this holiday system at work on our intranet, its a .aspx page and the holiday system is created with Javascript code. the javascript works on everyones computer except One (so i suppose its not a java problem), there was a problem with this computer a while …

0
48
Member Avatar for Taps

Hello..alllllI have to manage CVS repository using ANT, I will be given ear files and have to update this files in CVS.Can any one please help me out ??? Im new to CVS never used before :(How shall I make new repository, I dnt want any coding stuff just some …

Member Avatar for Taps
0
125
Member Avatar for freesoft_2000

Hi everyone, I currently have a JTextPane using a html document and i am trying to serialize the html document contained in the JTextPane to the disk but i have run into some problems. One problem lets say for example if i were to press the space bar five times …

Member Avatar for jwenting
0
143
Member Avatar for bennyzil

I've encountered the following problem: Our program has two parts - the algorithm which is written in python (with numeric), and the GUI written in java. We want them to be able to work together - that means that the java part could ask the python for a calculation and …

Member Avatar for mostafadotnet
0
157
Member Avatar for Reji

[LEFT][COLOR=black][B]I'm a final yr B.Tech student...[/B][/COLOR] [COLOR=black][B]I'm planning to do a project in JAVA...[/B][/COLOR] [COLOR=black][B]Can anyone plz suggest a few topics for the MAIN PROJECT...[/B][/COLOR] [COLOR=black][B]Its really urgent...[/B][/COLOR][/LEFT]

Member Avatar for jwenting
0
118
Member Avatar for menakha

hi..i need to create a hotel reservation system using java.. can anyone help me wit this......:sad:

Member Avatar for jwenting
0
106
Member Avatar for ryy705

Hi, I have a class that extends JFrame and displays a tabbedpane object. Each pane contained in the tabbedpane is its own jpanel class and the jpanels do not have access to the tabbedpane object. Therefore, I cannot use the tabbedpane.setSelectedComponet(panel). However the panel that wants to instigate a focus …

Member Avatar for ryy705
0
144
Member Avatar for ank_nute83

hai..can anyone help me on this task...i might need some sample on doing it.TQ [B][U][COLOR=#000000]Tasks:[/COLOR][/U][/B] [COLOR=#000000]1 You are expected to write a program that simulates CPU scheduling algorithms (RR, SJF, and Priority). [/COLOR] [COLOR=#000000]2 The program will request the user to set the time slice to be used for RR …

0
91
Member Avatar for savemycomputer

I am getting the following messages on the taskbar, as well as other security alert popups, ads, and a "protection bar" in internet explorer that I cannot remove. I have used XoftSpySe to remove other problems but cannot get rid of these, I have also downloaded and scanned with HijackThis …

0
59
Member Avatar for Shenthus

I am having problems gettign java to configure in core 4. I have followed the install instructions as best I can but just cant seem to get it going. Anyone with some good tips please help

Member Avatar for ncaditya
0
82
Member Avatar for Deepak_gidwani

Hi Guys, I m an Engg Student. For The Final Year Project , we are looking for " 3d game development for Mobile" using J2ME. Can anyone of you suggest on the same Plz Reply soon Advices r welcome Thank You:confused:

0
39
Member Avatar for Acidburn

Can anyone point me in some kind of direction other then google for looking at developing for mobile applications? I'm trying at the very bottom since ive got a firm know how of C++ and Java. Thanks

Member Avatar for Deepak_gidwani
0
139
Member Avatar for scoobie

Hi, i was wondering if you could help me. i am having a problem with a listener in SWT. i have a program where the user enters some text in a textfield and then clicks on a browse button where they select the directory they want the program to search …

Member Avatar for Phaelax
0
133
Member Avatar for rangaSL

my problem is developing a checkers game.I've put the chercker piece as the jlabel icon.Now i want to show how the checker pieces are moving. Can someone please help me telling how to do this. I'm doing the development in NetBeans 5.5. Have use a jframe.java file to develop the …

Member Avatar for Phaelax
0
69
Member Avatar for im4tion

Hi. I was wondering if anyone knows how to split a string. I did find a code on it; but it's based on a pattern. Can anyone help me to split a string into letters.. e.g. "Like" --> "L", "i", "k", "e"

Member Avatar for Phaelax
0
123
Member Avatar for rangaSL

hi all,:sad: hope there are a lot of [B] JAVA DEVELOPERS [/B] who can help me on this. We have to develop a checkers game.Should develop in both .Net n JAVA. Two players sitting in two machines with two platforms. One has to play in Java platform n other has …

Member Avatar for Phaelax
0
262
Member Avatar for amaravanich

Hi , i had data in my server folder.can i have any way to check whether that data is image data or not in jsp?.I can do it by checking whether its extension is jpg ,gifor bmp like wise.but we can have somany formats of image data.so apart from that …

0
110
Member Avatar for amaravanich

Hi, I'm trying to get the data type of a value entered into an input type text field in a form.By using typeof i am getting string always.Eventhough i was entered a number i'm getting the type of data as string.How can i check whether it is a number or …

Member Avatar for hollystyles
0
125
Member Avatar for rootadmen

Im trying to cast a char to a string, but if i just define equality, the complier says incompatible types. I looked in my textbook but it only shows how to cast ints and doubles.:sad: I have to write a class that takes a char and a String. It then …

Member Avatar for jwenting
0
102
Member Avatar for syskata mitev

please help me. i need a simple demo projects write on netbeans platform incuding swing with JDBC . if you have any ideas where i can get it write a massege here. thanks

Member Avatar for peter_budo
0
41
Member Avatar for ATS

I am in java programing this year in college. First couple of chapters have went fine. They have us learning by using "notepad" and the command prompt. I had just completed my latest assignment and went to compile it and it told me "class or interface expected". I figured I …

Member Avatar for indianscorpion2
0
99
Member Avatar for amaravanich

Hi , I had created a new session in loginpage.I invalidated that session in logout page.if i goback by back button previous page is displaying.how can i rectify that problem.Its my requirement to display session expired message when i tries to go back throw back button after logout.please tell m …

Member Avatar for jwenting
0
110
Member Avatar for scoobie

Hi, I have a .csv file that contains some text at the begining and them 5 columns. the problem i have is that i just want to extract and print out certain lines and ignore others. the first field always contains either URL [B]or[/B] REDR, an d i only want …

Member Avatar for scoobie
0
87
Member Avatar for ryy705

Hi, I don't know if this is possible. I have a data structure that is displayed in various tabbed panels in various forms(JList/JCheckList etc.). Some of these panels are able to manipulate the data structure. Is there a way to attach some sort of ActionListener to data structure so whatever …

Member Avatar for MattEvans
0
109
Member Avatar for sandbox

THis i sprobably a fairly simple question to answer, but i dont know much about writing in javascript. IM trying to design a webpage in which the h1 tag will dynamicly size so that it spans across the width of the page. I know this can't be done without javascript …

Member Avatar for MattEvans
0
174
Member Avatar for q8z

//this is my thread: public class threadMoveRight implements Runnable{ Storeroom sto = new Storeroom(); String url; Image image1; boolean flag; public threadMoveRight(String purl,Image pImage) { this.url = purl; this.image1 = pImage; } public void run() { searchData(); flag = true; } } //and after the user press on right he …

Member Avatar for MattEvans
0
424
Member Avatar for blauner

Hi Everyone: Dani Horowitz was kind enough to let me post a job opportunity here in your forum. I work with a National Direct Placement and Contract Staffing firm near Portland, Maine - MOUNTAIN LTD. I'm currently working on a search for a Sr. Developer for a wireless company in …

0
7

The End.