I have search many library on internet.
Some of them are like OpenCV, Haarfacerecognition, faint.
In which i like faint most.
So please if you can, tell me how to implement faint in my java...
Type: Posts; User: maz3r
I have search many library on internet.
Some of them are like OpenCV, Haarfacerecognition, faint.
In which i like faint most.
So please if you can, tell me how to implement faint in my java...
Hey Javaprogrammingfourums!
I want your help on a project.
I want to create a Face Recognition system.
So please tell me any available library which can recognize image from the set of images in...
Thank you...:)
My problem is solved.
Hey!
Recently i complete my Applet on AWT.
Now i want to publish it on the internet. So i decided to get a subdomain with free hosting.
My problem is that when i run that applet on my browser...
I have done this that you told me
Here is the code
import java.awt.*;
import java.applet.*;
import java.awt.event.*;
/*<applet code="drawit" width=1000 height=600></applet>*/
import java.awt.*;
import java.applet.*;
import java.awt.event.*;
/*<applet code="drawit" width=1000 height=600></applet>*/
public class dr extends Applet implements...
Sorry!!!!!
But i have not use any swing component in my application.
So please tell me a different solution.
If you want i can post here a snippet of my applet code.
Hey can you tell me that when and how that paintComponents method is called??
Because i didn't know how to implement this method
I have told that i am using local graphics variable. and reference to that variable is taken from [Panelname].getgraphics() method
Is there is any way of how to retain Graphics after resizing java applet.
Actually when i resize or minimize that applet all the graphics that i have made are disappeared.
I want to tell all of...
you must use for (int i=0;i<result.length();i++)
then your problem will be solved
so mprogrammer in your code you are comparing a string with a integer so it will never true.
Code is in which error occur:
if (!type.equals(roll)){
System.out.println("Type again");
error++;
...
I have modified that code.
So try to run that code. And tell me that Is it function as you want or not?
If not then tell What is the functioning you need in that code.
...removed by moderator
Yes, I have solved my problem.
Actually in your code their is a error..
if (!type.equals(roll)){
System.out.println("Type again");
error++;
in if function "type" is a string and "roll" is a integer.
so it...
Hey!!
Please help me for this problem.
Actually i am making a java applet for Paint Application.
I am not using any Jpanel or any other thing. it is a simple application based on Applet class...
Hey!!
Please help me for this problem.
Actually i am making a java applet for Paint Application.
I am not using any Jpanel or any other thing. it is a simple application based on Applet class...
First Tell me what does this program actually do.
I'M not able to understand about the working of that program.
Thank you very much...:)
But my problem is solved without using any paint method..
Actually i missed to use a function in which all the integer variables are set to default mouse location..
I have made an Applet in java for a paint application.
In which i can use rect, oval, etc.
Here's my code.....
package drawit;
import java.awt.*;