Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: A Java App which will open and store local and Citrix IE links

  1. #1
    Junior Member
    Join Date
    Jan 2012
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile A Java App which will open and store local and Citrix IE links

    Hi guys,

    I am into a project to minimize all Internet Explorer Windows being used into 1 single application. To better understand what I want to acheive, let me give you a brief information of what we have.

    Issue:
    In our company, We use Internet Explorer 6 which we all know does not support tabs. (IE8 is still in pilot phase for distribution to all clients) we use more than 20 tools which are mostly web-based. Some are opened via Local Internet Explorer and some needs to be opened via Citrix's Internet Explorer. Now, imagine these 20+ windows all in your taskbar and not able to recognize properly which one needs to be restored (when minimized) because the task bar space is not enough.

    Goal:
    Have only 1 application which will open both local and Citrix's Internet Explorer to prevent multiple windows in the taskbar.

    Questions:

    1. Is it possible to unite, local and Citrix's Internet Explorer into 1 single Java application?
    2. Any idea how can this be done?
    3. Which Java classes should I need to focus with and study?
    Last edited by Rednaxela; January 4th, 2012 at 06:16 AM.


  2. #2
    Forum VIP
    Join Date
    Jun 2011
    Posts
    317
    My Mood
    Bored
    Thanks
    47
    Thanked 89 Times in 74 Posts
    Blog Entries
    4

    Default Re: A Java App which will open and store local and Citrix IE links

    Wow ... IE6. Seriously!? My advice is to use the time and resources you would waste trying to come up with a solution to update your internet browser. Using a browser that is hopelessly dated is a security risk for your company.

Similar Threads

  1. [SOLVED] Accessing local DB
    By SxN in forum JDBC & Databases
    Replies: 4
    Last Post: October 25th, 2011, 08:45 AM
  2. how to search a file in local network
    By geetha in forum File I/O & Other I/O Streams
    Replies: 2
    Last Post: September 26th, 2011, 07:33 AM
  3. local NTP server
    By conanlive in forum Java Networking
    Replies: 1
    Last Post: August 12th, 2011, 04:46 AM
  4. JApplet Local File Permission
    By aussiemcgr in forum Java Theory & Questions
    Replies: 2
    Last Post: July 27th, 2011, 12:29 PM
  5. recursive search of all local disks
    By ttsdinesh in forum Java Theory & Questions
    Replies: 4
    Last Post: September 27th, 2009, 08:23 AM

Tags for this Thread