I am experimenting with packages in Java using the Certification book examples. I tried to expand to use a package. I have two classes, LovePotion and DummyClass. Without the Java package line of: package com.group1;, LovePotion executes properly and creates the DummyClass object. No matter...
I am trying to attach an HTML report to an e-mail message. The actual e-mail message is created in by Java. I am able to successfully send and receive the e-mail. Does anyone know the commands to attach an html file to the e-mail?
Here is the problem: A text field represents a date. If the first character entered is 9, then the field should automatically change to look like 09/. If the first character entered is 1, then nothing happens until the second character entered is 0, 1 or 2. For...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.