Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-03-2008, 01:53 AM
Member
 
Join Date: Jul 2008
Posts: 1
MDUK is on a distinguished road
Window management system
Hello, I'm new here! My name's martin and I'm a third year computer science student.

I've been thinking about doing a project involving a custom user interface, involving a search bar and also a custom window management system, and basically needed some advice on feasibility.

Has anyone done any work involving window management? What I want to do is create a system where instead of automatically being displayed full screen, multiple windows are laid out on screen and they can focused / unfocused with a click, or double click, or something. Also I wanted it so that users can drag the windows around and organise them as they wish. Anyone know if this is possible / how do-able it is? I was thinking maybe create a class that contains an MS window within it and just change how the user interacts with it. How accessible are the windows classes?

I was thinking of making a full-screen application that will hide the existing windows interface and access the files / programs through my own code. My main concern is window management, whether or not I will be able to override the windows interaction. How flexible are the application frame classes in java? Am I able to pass, for example, an exe filepath to an application frame and have it open that application.

Any thoughts are welcome aside from answering the questions listed, at the moment I'm trying to gather ideas and decide whether or not its a viable project. Anyone with experience of any kind in this area would be a big bonus.

Thanks,
Martin
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-03-2008, 07:18 AM
fishtoprecords's Avatar
Senior Member
 
Join Date: Jun 2008
Posts: 255
fishtoprecords is on a distinguished road
I think you should talk to your professor and get some guidance. General window management is a big topic, its more of an OS topic than a language topic.

For example, your question about being able to read the name of an .exe file, execute it and display the user interface of the .exe program is a huge issue, and very OS dependant. If you are working on OS-X or Linux, you don't even typically use the extension name of .exe

When a Windows program runs, it assumes that it has the usual Windows windowing system available, so it can just call the usual Windows API function to say open a dialog box. If you ran that same file on OS-X or Linux, you would not have the Windows API.

I may be not understanding you, but what you describe sounds more like a team project for graduate students, not a one term undergrad project
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Record Management System (III) JavaForums Java Blogs 0 04-24-2008 03:22 PM
Record Management System (II) JavaForums Java Blogs 0 04-24-2008 03:22 PM
Record Management System (I) JavaForums Java Blogs 0 04-22-2008 10:10 AM
Learning Activity Management System 2.0.3 levent Java Announcements 0 06-05-2007 12:44 PM
Learning Activity Management System 2.0 levent Java Announcements 0 05-16-2007 06:02 AM


All times are GMT +3. The time now is 08:43 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org