473,386 Members | 1,779 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Looking glass Project

Hi Buddies there,

I'm currently working on a project , just started, Looking glass project By sun microsysytem.I'm having hard time performing a basic steps in that project.
I use Eclipse as IDE for java Program,Here is the link to that project specification.....https://lg3d.dev.java.net/tutorial/tutorial1.html
I 'm finding difficlut to perform after Step 6 onward.
If anybody can help me out with that
Thanks
Manmeet
Nov 13 '06 #1
2 1462
r035198x
13,262 8TB
Hi Buddies there,

I'm currently working on a project , just started, Looking glass project By sun microsysytem.I'm having hard time performing a basic steps in that project.
I use Eclipse as IDE for java Program,Here is the link to that project specification.....https://lg3d.dev.java.net/tutorial/tutorial1.html
I 'm finding difficlut to perform after Step 6 onward.
If anybody can help me out with that
Thanks
Manmeet
1)It is not good to link to questions
2)You did not specify what problem you are having
3)The tutorial gives you a set of steps to follow. If you cannot understand these, chances are you may not be able to understand the steps given to you here either.
Nov 14 '06 #2
1)It is not good to link to questions
2)You did not specify what problem you are having
3)The tutorial gives you a set of steps to follow. If you cannot understand these, chances are you may not be able to understand the steps given to you here either.
Thanks for replying back..
actually after performing all those steps from 1 to 7 I could'nt able to
see the result in the lg3d window.You can find the code that i used for the
project in Eclipse IDE.
The steps that I followed is as:- After Step 6 in javacommunity

1. Manifest file :-

[Manifest-Version: 1.0
Main-Class: LG3Dpackage.lg3d
Config-File: lg3d.lgcfg
]
Blank Line here....

2..lgcfg file in eclipse:-

{<?xml version="1.0" encoding="UTF-8"?>
<java version="1.5.0" class="java.beans.XMLDecoder">
<object class="org.jdesktop.lg3d.scenemanager.config.Appli cationDescription">
<void property="exec">
<string>java LG3Dpackage.lg3d</string>
</void>
<void property="iconFilename">
<string>lg3d.png</string>
</void>
<void property="name">
<string>LG3Dpackage.lg3d</string>
</void>
<void property="classpathJars">
<string>lg3d.jar</string>
</void>
</object>
</java>
}

3..png icon file

[lg3d.png]

4. creating a jar file in eclipse by exporting .classfile,manifestfile,lgcfgfile,pngfile
copying this file in
[C:\Program Files\Project Looking Glass\LG3D Project 0-8-1\ext\app directory]

5. Run the program

now icon in .png file is not apperead visible in the project looking glass.
and how to show that box in the window...
Is the method I'm doing is correct or there is any other method or syntax that is to be followed....

Thanks for answering

Manmeet
Nov 14 '06 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Graham Mattingley | last post by:
Does anybody know a site I can go to where I can put in my URL and the view my page, kind of like a looking glass but for web pages not IP. I know this dont have much to do with ASP, just though...
16
by: Fronsac | last post by:
Hi, I've been asked in a job interview how to make C code look like C++ code, and honestly I didn't know what to answer because I have never really done a lot of C. Now, I've been searching around...
2
by: JezB | last post by:
I have an image of an object which I display on a form. I'd like to use GDI+ to display a gradually-fading reflection of this image (on a white or coloured background) underneath so that the effect...
1
by: Mini Singh | last post by:
Hi All I am creating an application in which i need an hour glass to show that processing is going on. How do i create an Hour glass in my application. Please reply
0
by: Manmeet | last post by:
Actually after performing all those steps from 1 to 7 I could'nt able to see the result in the lg3d window.You can find the code below that i used for the project in Eclipse IDE. The steps that I...
11
by: Sarath | last post by:
I'm so much font of working with C++ . That's the reason why I'm not yet looked or craze about any other language. Still a question exists, really C++ is the best language in its category?
2
by: =?Utf-8?B?SmlheWlu?= | last post by:
I am now trying to host a WPF control into a MFC application and get the Aero glass look on the WPF control. (Something like what Office2007 is doing to its ribbon) What should be the container...
7
by: Xenomorph | last post by:
I've seen example code for doing Glass effects with C#, but not with VB.NET. Is there a web page that gives examples on how to do this?
2
by: remya1000 | last post by:
i'm using VB.NET. when a button is clicked the utility will display an hour glass mouse pointer, and it will begin copying the Utility settings from one computer to another computer on the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.