|
From: O.B. <sou...@da...> - 2005-06-17 00:37:56
|
Oh nevermind. I forgot to set the wrapper.ntservice.interactive flag in my conf file to true. O.B. wrote: > I have the following snip of code in my java program which displayed a > message box just fine when not running as an NT service. How do I go > about getting it to be displayed to the user when running as an NT service? > > JOptionPane.showMessageDialog(new JFrame(), > "This is a test", > "Data Import Message", > JOptionPane.ERROR_MESSAGE); > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > > |