<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015281" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015281</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Belated, I know</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/java-programming-question#comment-1088326</link>
    <description> &lt;p&gt;But I am moving this to the Scripting Forum, where someone may be better able to answer your question.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Aug 2001 17:54:12 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1088326 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/java-programming-question#comment-1088310</link>
    <description> &lt;p&gt;OK. Call the pop-ups windows, dialog boxes, little squares, whatever.&lt;/p&gt;
&lt;p&gt;But back to the issue: Is there an easy way in Java to make any new pop-up dialog always come to the front of all other open pop-up dialog boxes?&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Aug 2001 12:44:06 +0000</pubDate>
 <dc:creator>Jaiem</dc:creator>
 <guid isPermaLink="false">comment 1088310 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/java-programming-question#comment-1088240</link>
    <description> &lt;p&gt;That&#039;s what I mean -- browser windows are controlled with JavaScript.  In Java they would be referred to as... ? What? Dialogue boxes like in Windows OS?&lt;/p&gt;
&lt;p&gt;JavaScript only controls browser elements, it&#039;s not for stand alone applications that don&#039;t use browsers, no?&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Aug 2001 18:07:10 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1088240 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/java-programming-question#comment-1088222</link>
    <description> &lt;p&gt;Suz,&lt;/p&gt;
&lt;p&gt;It would be &quot;windows&quot; just not in a browser. I&#039;ve seen Java applications that open a window here and there. You don&#039;t always have to run Java in a browser.&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Aug 2001 12:26:34 +0000</pubDate>
 <dc:creator>Jaiem</dc:creator>
 <guid isPermaLink="false">comment 1088222 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>JavaScript solution</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/java-programming-question#comment-1088175</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.zerocattle.com/examples/popUp.html&quot; class=&quot;bb-url&quot;&gt;zerocattle.com/examples/popUp.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;That has the code, explanations and links to tutorials for keeping a browser window on top.  To keep it on top, use onBlur to tell it that when  it loses focus, give it focus. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;As for Java -- for a stand-alone program, outside of the web? Well that&#039;s not a &quot;window&quot; situation.  It would be a totally different issue, no? I wish I had pointers, sorry.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Aug 2001 21:06:03 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1088175 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/java-programming-question#comment-1088147</link>
    <description> &lt;p&gt;What about Java running stand alone? (w/o a browser)&lt;/p&gt;
&lt;p&gt;Is there an easy way to make new pop-up window come to the front?&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Aug 2001 17:29:01 +0000</pubDate>
 <dc:creator>Jaiem</dc:creator>
 <guid isPermaLink="false">comment 1088147 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/java-programming-question#comment-1088141</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Adrian J. Moreno &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Java doesn&#039;t have control of the browser functionality. You&#039;d have to pass a command to page-level Javascript to call window.focus(), which will bring that browser window to the front. &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This will only keep the pop-up in front as long as it has the focus. Once the focus shifts to the main window, the popup will disappear again to the back.&lt;/p&gt;
&lt;p&gt;I can&#039;t speak for Java, but I was looking for a JavaScript solution to this some months back. I never was able to find a way to do it.&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Aug 2001 16:43:40 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1088141 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/java-programming-question#comment-1088137</link>
    <description> &lt;p&gt;Java doesn&#039;t have control of the browser functionality. You&#039;d have to pass a command to page-level Javascript to call window.focus(), which will bring that browser window to the front.&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Aug 2001 16:32:39 +0000</pubDate>
 <dc:creator>Adrian J. Moreno</dc:creator>
 <guid isPermaLink="false">comment 1088137 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
