Hi I am making a project i have manually made the gui without the GUI builder now i have prob in my GUi
Img - MyPicx.com
I want the radio buttons to be under the text area and i want some...
Type: Posts; User: ravjot28
Hi I am making a project i have manually made the gui without the GUI builder now i have prob in my GUi
Img - MyPicx.com
I want the radio buttons to be under the text area and i want some...
Hi
I made a project in which i am using 2 files
1st file contains the path of the programs
2nd file contains the associated image icon's path
Now when i want to delete a button (which is...
Hi
My problem is
I want to show the button name whenever the user hover the mouse on that button as it is in normal windows so how can i do it please help
Thanks in advance
well thanks i forgot i had a package sorry to disturb you now it is functioning thanks anyways
See i made this code in Netbeans and used the mail.jar as library and included to my project
But now i just copied the .class files to desktop and copied mail.jar file to desktop
and on the...
well i am sending you my code you tell me what should be my manifest file
GUI.java
package sendmail;
import sendmail.sending;
import java.awt.*;
import java.awt.event.*;
hi i tried your method but when i execute the jar file it gives me an error
"Cant find main class GUI"
my manifest file is
Class-Path: mail.jar
Main-Class: GUI
Well thanks for ur reply can u give me a snippet so that i can understand what you are trying to express
Please
Thanks
Hi all
I made a GUI based code to send mails using javax.mail api now i made my code in Net Beans and i just made a library of javax.mail and attached it to my project
Everything is working fine...
Thanks for ur reply but i am making a dock in that i have dock items stored in JPanel so now i want to add functionality to it that the user can drag and drop the panel as per his/her requirements.
...
See i have a frame and it contains multiple panels
These panels contain buttons
Now i want to add a feature in my frame that the user can change the position of the panels by dragging them...
See now my problem is i want to add a cross button to a JButton for example
JButton b=new JButton("name");
now i want to add a Button in JButton "name"
So can anybody help me
Thanx got the sol 100% working
Well i am trying on my project and i have completed it
But looking it as per GUI application i want to hide the JButton's text and only Image Icon should be visible
And the interesting clause is...