Click here to Skip to main content
15,920,828 members
Home / Discussions / Java
   

Java

 
AnswerRe: Redirecting the mysql bin log to the text file in java. Pin
Scott Sauyet24-Jul-09 8:42
Scott Sauyet24-Jul-09 8:42 
QuestionHow to make JDesktop SystemTray display for all users (remotely logged on users included) Pin
Phoenix1011-Jul-09 21:07
Phoenix1011-Jul-09 21:07 
QuestionJava installed base? Pin
Diego Moita1-Jul-09 19:12
Diego Moita1-Jul-09 19:12 
AnswerRe: Java installed base? Pin
Nagy Vilmos1-Jul-09 21:53
professionalNagy Vilmos1-Jul-09 21:53 
QuestionNeed help with javascript onkeypress event Pin
lmhawkins1-Jul-09 13:14
lmhawkins1-Jul-09 13:14 
AnswerRe: Need help with javascript onkeypress event Pin
fly9041-Jul-09 13:46
fly9041-Jul-09 13:46 
GeneralRe: Need help with javascript onkeypress event Pin
luchi20092-Jul-09 22:37
luchi20092-Jul-09 22:37 
Questionproblem loading JFrame after build Pin
dave_mm030-Jun-09 3:34
dave_mm030-Jun-09 3:34 
Hello,

i've made a program that runs fine when i run it with netbeans (F6), but when i build the project and launch the application, one of the two main frames doesn't appear! Heres my Main code:

java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new Menu().setVisible(true);
}
});

java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new ToolBar().setVisible(true);
}
});
}

When I run the program with netbeans, both the toolbar and menu (who both extend from JFrame) appear, but when i build the .jar and launch it, only the toolbar appears. Any idea why this might happen???

thanks

Dave

PS.: if im not in the right forum, what forum should this go in?

edit: Im loading a dll from the jar, and it launches fine when i double-click on it, but when i launch from the console, an error says it cant find the dll and the program exits
AnswerRe: problem loading JFrame after build Pin
dave_mm030-Jun-09 4:25
dave_mm030-Jun-09 4:25 
GeneralRe: problem loading JFrame after build Pin
David Skelly30-Jun-09 5:59
David Skelly30-Jun-09 5:59 
GeneralRe: problem loading JFrame after build Pin
dave_mm030-Jun-09 7:16
dave_mm030-Jun-09 7:16 
QuestionFile transfer using UDP protocol Pin
nvnq27-Jun-09 0:40
nvnq27-Jun-09 0:40 
AnswerRe: File transfer using UDP protocol Pin
Rozis27-Jun-09 1:34
Rozis27-Jun-09 1:34 
GeneralRe: File transfer using UDP protocol Pin
nvnq27-Jun-09 1:57
nvnq27-Jun-09 1:57 
AnswerRe: File transfer using UDP protocol Pin
David Skelly28-Jun-09 22:17
David Skelly28-Jun-09 22:17 
QuestionNeed help using code to open delay(?) window Pin
wmtoo26-Jun-09 16:27
wmtoo26-Jun-09 16:27 
AnswerRe: Need help using code to open delay(?) window Pin
fly90427-Jun-09 3:49
fly90427-Jun-09 3:49 
QuestionJava Free Source Codes Pin
sreekanth55525-Jun-09 20:34
sreekanth55525-Jun-09 20:34 
Rant** Advert ** Pin
Nagy Vilmos25-Jun-09 22:54
professionalNagy Vilmos25-Jun-09 22:54 
Question[Message Deleted] Pin
fahimehsaleh25-Jun-09 11:41
fahimehsaleh25-Jun-09 11:41 
AnswerRe: serializable hashtable Pin
Garth J Lancaster25-Jun-09 12:48
professionalGarth J Lancaster25-Jun-09 12:48 
GeneralRe: serializable hashtable Pin
fahimehsaleh25-Jun-09 22:18
fahimehsaleh25-Jun-09 22:18 
QuestionserializableHashtable Pin
fahimehsaleh25-Jun-09 11:30
fahimehsaleh25-Jun-09 11:30 
Questionbrowser closing event mozilla firefox in java script Pin
sanddepnamburi23-Jun-09 1:59
sanddepnamburi23-Jun-09 1:59 
AnswerRe: browser closing event mozilla firefox in java script Pin
fly90423-Jun-09 7:22
fly90423-Jun-09 7:22 

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.