32,199 Topics

Member Avatar for
Member Avatar for glamo
Member Avatar for jwenting

[url]http://www.hacknot.info/hacknot/action/showEntry?eid=76[/url] has an excellent rant about the problems of visual editors (aka GUI builders). While he talks specifically about Java, the same holds true for all of them. And yes, that means Visual BASIC and Delphi as well, languages which traditionally are seen as almost purely visual. I've done several …

Member Avatar for jwenting
0
536
Member Avatar for glamo

*Following is the program where 3 objects (obi) each try to print numbers 1 to 10 with corresponding object name (ob1,ob2,ob3).but due to lack of synchronization there output is mixed with one another .make the program synchronized to produce correct output /* //note:-Do NOT add any DELAY or SLEEP code …

Member Avatar for Gargol
0
133
Member Avatar for dntchaseme

Hello I am trying to read an aicc ini.file and storing each section and its content into a new Object{} [section] prop1=value1 prop2=value2 prop3=value3 prop4=value4 [section2] .... .... Would someone out there knows javaScript regExp and could give me one or two hints on how to write a regex pattern? …

Member Avatar for Gargol
0
153
Member Avatar for grussell

I have been experimenting with my Java problem whereby my JTable class was not calling getValueAt. I got it to call getValueAt by making sure getRowCount sent back the right value and then found that the Vector was empty. When the Vector comes back from the server it has a …

Member Avatar for Gargol
0
129
Member Avatar for bondito

Hi there, i was thinking of building an instant messaging systemon a LAN, for my final year project. Dont know how to go about it, really need ideas. I was planning on using java sockets to create the system. Any helpful tips will be really appreciated.

Member Avatar for jwenting
0
392
Member Avatar for pandiarajan_ar

Hi, i am trying to implement finger print recoginition system. if someone has any code snippet or pseudocode or any idea of Identify core point in finger print image . it's implementing it either in C or java, please help me out with it. thanks.

Member Avatar for pandiarajan_ar
0
376
Member Avatar for glamo

can anyone tell me how to open os utility's like mspaint,calcin windows by a java program

Member Avatar for server_crash
0
86
Member Avatar for blastocyst

I guess I'm going to use ascii values here, taking a string and converting all letters to lowercase. I'd rather use a for loop than a huge switch statement. How do I do this?

Member Avatar for server_crash
0
53
Member Avatar for eliauction

what do you think? [URL=http://weblogs.java.net/blog/flozano/archive/2005/04/how_to_make_jav.html]read this[/URL]

Member Avatar for hooknc
0
107
Member Avatar for sampitt

hi need some help. I am getting an error with the code below, the error is uses or overrides a deprecated API. [javac]. Which is not really an error but what other way should i code this `"Vector dataHeaderDisplay = new Vector(finalData);"` Please help. if(materialType.equals("trim")){ Vector dataHeaderDisplay = new Vector …

Member Avatar for jwenting
0
173
Member Avatar for stevenr

I am writing a Math related program and I want to display the equations that the user inputs properly. I was thinking about using LaTeX to displaythe equations in a JTextField but need help puting that concept into code form.

Member Avatar for stevenr
0
92
Member Avatar for yupiii

hello everyone, :) I am new here, and first of all, I let you know that I was just read the rules of this forum and I agree with all of them... so, my question is about a homework, but I am determinate to do a good job and put …

Member Avatar for cheenu78
0
165
Member Avatar for jeni_4

I have a JFrame , and to one of its button 'done', I wish to add an ability to close the window...ie on clicking done this window should close. jen

Member Avatar for hooknc
0
96
Member Avatar for nishad

hello, im doing a project on email account which must include at least 2 constructors, a finaliser, a display `method()`, a menu that allows to test all fuctions of the class and a `main()` i got the attributes of email : address, password, currentName, noOfmails and the methods are `logine(), …

Member Avatar for jwenting
0
157
Member Avatar for OllieFalle

Hi everyone i hope you are all well. This is my first time using this site so bear with me if i make any horrible mistakes. At the moment i am trying to wirte a programme that takes the user input as a string and breaks down the string with …

Member Avatar for Gargol
0
84
Member Avatar for lain

i need to write a simulation of CPU scheduling. The operating system must select one of the processes in the ready queue to be executed. i have real problems understanding what the professor wants in this program, can anybody here help me develop some pseudocode for the logic behind this …

Member Avatar for alc6379
0
444
Member Avatar for nabakishore

i'm using mandrake linux 10.0 . i have installed java compiler successfully. but when i'm trying to use the comand "javac" it is not working. the following are the typical outputs plz help......... [nabakishore@10 Clock]$ ls Clock.class Clock.java example1.html [nabakishore@10 Clock]$ javac Clock.java bash: javac: command not found [nabakishore@10 Clock]$ …

Member Avatar for jwenting
0
250
Member Avatar for freesoft_2000

Hi everyone, I have submitted a RFE at sun to make JavaMail Part of J2SE so please vote for it if you want it to be part of J2SE Here is the link [url]http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6330014[/url] Thank You Yours Sincerely Richard West

Member Avatar for jwenting
0
69
Member Avatar for gurneks04

hi m a student and advance java in my course. and i have to make a project in java but i have no idea about the project in jdbc,jsp please any one have a project in java jdbc or jsp not a big project just minnor project please tell links …

Member Avatar for jwenting
0
107
Member Avatar for zee15

ok this seems so simple, yet i cant get it down into code. i want to do the following methods non-recursively. here is what i have so far. any help would be appreciated ASAP. thanks public boolean insert (int val) Inserts val into the binary search tree. public boolean member …

0
61
Member Avatar for trashed

hi. my problem is plain simple but still i couldn't make it out. it's all very basic stringwork (keyboard input, println, ...) but when I get to the point of writing the output file, nothing happens: the text file is created but remain completely blank. this is my code: [code] …

Member Avatar for cheenu78
0
173
Member Avatar for mahes_

I have a lab work on File input/output...I have to put in 12 names under the file name names.txt..and subdivide the names into small.txt(if the length of the name is below or equals to 5) and large.txt(if the length of the name is more then 5..)..I have done a source …

Member Avatar for mahes_
0
161
Member Avatar for Ghost

Hi Everybody! I'm trying to create my own web accelerator/browser. When you open a page, it will take all the links on that page and preload them. I just have one question: how do you retrieve HTML source code of a page and how do you parse that huge string …

Member Avatar for jwenting
0
206
Member Avatar for freesoft_2000

Hi everyone, I have a JTextPane with some styled text in it and i am trying to scale them. What i mean is that assuming that the text inside the JTextPane on startup is a 100% in size. After i click some JButton all the font size of the entire …

Member Avatar for freesoft_2000
0
127
Member Avatar for sam1

hi all I am trying to make a server and client side instant messenger in java. Now I was thinking is there a way to make a database in the server where I would keep thier usernames and passwords. Then I would have a button in the client side where …

Member Avatar for leelee
0
266
Member Avatar for wildwind

Newbie here, First of all, hi to everyone :) I've been scouring the net trying to find answers to problems I've been having with browsing, and I do hope the answers are here... I can't seem to adjust my system correctly so that I'm able to view all web pages …

0
49
Member Avatar for N17scj

Hi, Im new to programing in java and i am having an extemly hard time comprehending and writing code, so if anyone could please help me on a java problem that i have it would be greatly, greatly, appriciated. The question is as follows: *Write a program that will calculate …

Member Avatar for server_crash
0
96
Member Avatar for blackbabydoll

I just did the syntax for my program but the error I keep getting is that that java.io is not read. [CODE]import java.util.*; public class EnergyConverter { //main(): application entry point public static void main(String[] args) { //get option and numbers int Option = 0; double Amount = 0; double …

Member Avatar for blackbabydoll
0
97
Member Avatar for glamo

hi to everyone , i have to make a program in jav which will fulfill following conditions. first of all, i have to make a any alphabet by free hand drawing like in ms-paint there is a pencil so by using that suppose i am writing a ,b,c or anything …

Member Avatar for wally_lawless
0
128

The End.