jscroll-user Mailing List for JScrollDesktopPane
Brought to you by:
tom_tessier
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ben...@id...> - 2004-05-22 12:46:38
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Hugh S. <hfs...@op...> - 2003-07-13 22:44:14
|
I am trying to use JScrollDesktopPane as a replacement for JDeskTopPane for all the reasons mentioned. However JInternalFrame provides a method getDesktopPane described in the API as "Convenience method that searches the ancestor hierarchy for a JDesktop instance." How can I obtain a reference to JScrollDesktopPane to replicate that method? Here's an example of a method I call from one of my JInternalFrame objects: protected void createCampaignFrame(){ Campaign campy = new Campaign(); campy.setClientId(getClientId()); CampaignFrame cf = new CampaignFrame(navSource, campy); this.getDesktopPane().add(cf); cf.setVisible(true); try{ cf.setSelected(true); }catch (PropertyVetoException e){ e.printStackTrace(); } } Thanks for any suggestions Hugh Scully Senior Software Engineer - Principal Beacon Software LLC hs...@be... http://www.beaconsoftware.net |
From: Garcia J. J C. S. D. 12/V. <joe...@sc...> - 2003-06-30 14:46:31
|
Greetings: My Issue: My JInternalFrame(s) have a main JPanel with four child JPanels for the various content that is being displayed. When I cascade (or leave them in their default sizes) the JInternalFrames, the main panel shows all four of its child panels perfectly, but when I tile my open JInternalFrames the main panel shows about 60% of the four child panels, i.e., the fourth one is not visible, and only a small portion of the third one is visible. Question: Has anyone else encountered this? Is this an issue with the JScrollpane(?), I saw some posts on the forum.java.sun.com newsgroups referring something like this. Does anyone have any solutions or suggestions? Thanks in advance, Joey |
From: Michael I. <mia...@em...> - 2003-05-02 21:00:18
|
Using Java 1.4.1 and JScroll 1.0.2 on a custom Linux install, I've run into the following problem: I've got a class that inherits from JInternalFrame and has its own InternalFrameListener. The InternalFrameListener's methods are being called at the correct times, but their effects seem to be getting ignored by JScrollPane. For example, one listener's internalFrameClosing method is supposed to close another frame, and it claims to have done so (print statements), but there's no change on the screen. Everything works fine if I don't put my frames in a ScrollDesktopPane. Is there something special about a JScrollDesktopPane that I'm missing, or is it possibly Java's fault? ~MJI |
From: <gs...@ya...> - 2003-04-16 12:31:34
|
Hello, I´ve noticed that the dragging speed in JScrollDesktopPane ist much lower than in JDesktopPane. Does anyone know how to improve the performance ? thank you very much Gernot Skiera __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Bis zu 100 MB Speicher bei http://premiummail.yahoo.de |