hello there. I am working on image processing in Java. I was writing a simple application which can gray-scale an image, sharpen it , blur it, invert its...
Hi this is for the person wanting info about sml schema try searchig for some info that could be useful @ www.w3c.org you should find some useful info about...
I'm adding a series of components into a JPanel with GridLayout. The GridLayout has 1 column and multiple rows, and looks like the following. [TITLE JLabel] ...
Hello all Does anybody know any security providers supporting RSA/ECB/OAEP? I've tried Bouncy Castle but I am not sure it supports it... I would also welcome...
How can i add reversing line code to the following code. But this reversing must be written to another file. Additionally, how can i add a histogram to the...
manuel; use ant to zip it down into a jar and then just give it to them. I hope this answers your question, but if it does not let me know. ed cauthorn ... ...
...and yet another good example why I hate cross-posts. You'll find an answer from me (I hope it helps) in the beginners' club group. And I am definitely not...
Hi Ed, Thanks for answering my question, but I still have a doubt, if I give them the jar do they still need to have the java JDK on they computer? Thanks ...
Hello Members, Can anyone suggest the hyperlinks for tutorials on Servlets,JSP and EJB,wherein,i want to learn them right from the scratch. Please if anyone is...
dear friends, can anyone let me know about the better sun authorised java teaching private centers located in bangalore. regards rahul [Non-text portions of...
Hi, Just started on Java and was creating applets. I was wondering why we need to use init() method. Do we need to use this always? One of my friend said that...
hi ther i have to prepare for a general seminar but i donno wat topic to giv seminar on . plz suggest me some topics. the topics should be regarding any...
Please read the javadoc API for JApplet, or Applet, whichever you are using, for a comprehensive explanation on how the call back method works. Please note...
Hi Rahul, I haven't written any applets yet, but I can provide you with a BIT of info. Java applications have a main() method which will be executed when you...
Some suggestions: AOP(Aspect Oriented Programming) JavaCards Smart Cards GIS Extreme Programming Regards. Isra <zarah1027@...> wrote: hi ther i have to...
the init() method is called when the applet is first created and is not called again for every request .So, it is used for one time initialisation.. raahithi...
... while ... HI i am giving you a sample code where i fix your alligenment problem c.setLayout(gl=new GridLayout(3,0)); //heare c is instance of the content...
hai, im doing a prj which is chatting on LAN. i want to know how to add the login details of the user in MS-Access ie whether he is connected or not & also his...
Hi, Here is the answer for your questions. Have a look at the below link... http://java.sun.com/docs/books/tutorial/applet/overview/lifeCycle.html Let me know...
currently, j2me is hot technology,getting it's boom into market..you can search it easily on google... Isra <zarah1027@...> wrote: hi ther i have to...
When an object is serialized and restored, can I assume that the objects references are still valid? Eg. class MyObject{ Student [] allStudents; /** key is...
Hi, I would suggest you open a JDBC connection to MS Access; you set up some table(s) in Access, and whenever a user is logging in or out you can insert some...
hi First go through the default documentation provided in sun.com and then switch to some ide for fast deployment Ejb is a good to start with Netbeans 4.1 is a...
Manuel; Since I dont know your system I am unable to answer that in a definative fashion; yes the will need something to work with the java, if you do it...
Hello Harshad, Thx for the hyperlink sent by u regarding servlets n jsp but where can i find the code in coreservlets.com. This is wht i expected for tutorial...
Hello Friends, I wrote a program to insert data( a string and a number) in to the database(MSAccess),so here my problem is , after running the program , it is...