Click here to Skip to main content
15,888,733 members
Home / Discussions / Java
   

Java

 
AnswerRe: Is there any possibility? Pin
Richard MacCutchan16-Nov-15 21:11
mveRichard MacCutchan16-Nov-15 21:11 
GeneralRe: Is there any possibility? Pin
VISWESWARAN199816-Nov-15 21:18
professionalVISWESWARAN199816-Nov-15 21:18 
GeneralRe: Is there any possibility? Pin
Richard MacCutchan16-Nov-15 21:41
mveRichard MacCutchan16-Nov-15 21:41 
PraiseRe: Is there any possibility? Pin
VISWESWARAN199816-Nov-15 21:58
professionalVISWESWARAN199816-Nov-15 21:58 
AnswerRe: Is there any possibility? Pin
Oliver S. Neven18-Nov-15 11:21
Oliver S. Neven18-Nov-15 11:21 
PraiseRe: Is there any possibility? Pin
VISWESWARAN199819-Nov-15 23:36
professionalVISWESWARAN199819-Nov-15 23:36 
GeneralRe: Is there any possibility? Pin
Oliver S. Neven20-Nov-15 2:50
Oliver S. Neven20-Nov-15 2:50 
QuestionFirst Java Application Pin
Member 1214389516-Nov-15 6:56
Member 1214389516-Nov-15 6:56 
Hello Guys!
First of all, i apologise for my English, but i'm Greek ... you know.... Big Grin | :-D Big Grin | :-D Big Grin | :-D
Today i start reading about java. i'm not a programmer and i don't know if this comunity can help in this case or if is for only programmers.
I think that Books, pdf's and youtube tutorials are useless for someone who want to learn programming.
So i started with Netbeans - UI, a simple window with 2 buttons.
One button must shut down the pc.
The other button in an "about" button. I want to press it and to have a window with a message that describes my first attempt to make a simple java application.
So, i designed the window, i program the first button to shut down my pc with this code i found on the internet :

private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) {
Runtime runtime= Runtime.getRuntime();

try {

Process proc=runtime.exec("shutdown -s -t 0");
} catch (Exception ex) {
javax.swing.JOptionPane.showMessageDialog(null, ex.getMessage());

and now i want to create the "about" pop up message for the second button.
After that, i want to install and run this app on my pc AND I CAN'T UNDERSTAND HOW CAN I DO THIS.

Can you guys help me??

(i'm sorry if i'm off topic, but i really want to learn programming and i found the codeacademy - books - youtube tutorials ecc so useless. I want to learn this language creating real things in real windows with UI and run those things on my pc. I hate the "hello World" examples.)
AnswerRe: First Java Application Pin
Richard MacCutchan16-Nov-15 7:27
mveRichard MacCutchan16-Nov-15 7:27 
AnswerRe: First Java Application Pin
Oliver S. Neven18-Nov-15 11:25
Oliver S. Neven18-Nov-15 11:25 
QuestionSimple Question Pin
Member 1214112415-Nov-15 7:13
Member 1214112415-Nov-15 7:13 
AnswerRe: Simple Question Pin
Sander Rossel15-Nov-15 7:31
professionalSander Rossel15-Nov-15 7:31 
AnswerRe: Simple Question Pin
Richard MacCutchan15-Nov-15 21:04
mveRichard MacCutchan15-Nov-15 21:04 
QuestionJava Applet, writing image file to disk from byte[] Pin
ptr_Electron13-Nov-15 4:06
ptr_Electron13-Nov-15 4:06 
AnswerRe: Java Applet, writing image file to disk from byte[] Pin
Richard MacCutchan14-Nov-15 2:25
mveRichard MacCutchan14-Nov-15 2:25 
Questionjava Pin
Member 1170240612-Nov-15 3:35
Member 1170240612-Nov-15 3:35 
Question404 error in eclipse tomcat server in java. Pin
Member 1202952210-Nov-15 19:23
Member 1202952210-Nov-15 19:23 
QuestionRe: 404 error in eclipse tomcat server in java. Pin
Richard MacCutchan10-Nov-15 23:07
mveRichard MacCutchan10-Nov-15 23:07 
QuestionHow can I rename an existing Spring MVC maven project Pin
Stephen Holdorf10-Nov-15 12:44
Stephen Holdorf10-Nov-15 12:44 
AnswerRe: How can I rename an existing Spring MVC maven project Pin
Stephen Holdorf10-Nov-15 12:55
Stephen Holdorf10-Nov-15 12:55 
QuestionHow do I add multiple Spring MVC controllers to my maven project Pin
Stephen Holdorf9-Nov-15 13:29
Stephen Holdorf9-Nov-15 13:29 
QuestionSince i m a student can I get industrial level examples on java where inheritance is major part? Pin
SSHASHIDHAR5-Nov-15 1:10
SSHASHIDHAR5-Nov-15 1:10 
AnswerRe: Since i m a student can I get industrial level examples on java where inheritance is major part? Pin
OriginalGriff5-Nov-15 1:13
mveOriginalGriff5-Nov-15 1:13 
GeneralRe: Since i m a student can I get industrial level examples on java where inheritance is major part? Pin
SSHASHIDHAR5-Nov-15 1:22
SSHASHIDHAR5-Nov-15 1:22 
QuestionRe: Since i m a student can I get industrial level examples on java where inheritance is major part? Pin
SSHASHIDHAR5-Nov-15 1:45
SSHASHIDHAR5-Nov-15 1:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.