<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/jhotdraw/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/jhotdraw/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 18 Jan 2007 22:55:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jhotdraw/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>About Resizing GroupFigures</title><link>https://sourceforge.net/p/jhotdraw/support-requests/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'd like to know how to block a GroupFigure resizing operation?&lt;/p&gt;
&lt;p&gt;Someone could help me?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carlos Diego Quirino Lima</dc:creator><pubDate>Thu, 18 Jan 2007 22:55:15 -0000</pubDate><guid>https://sourceforge.netbe597062f73ab135d5b2d4bdf3e36144539fd911</guid></item><item><title>TextFigures or Labels</title><link>https://sourceforge.net/p/jhotdraw/support-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello, Erich Gamma&lt;/p&gt;
&lt;p&gt;I'm a student of computing and I take care about your framework recently. I'd like to know how to impose a TextFigure or a LabelFigure the multilined target... if, of course, it is possible.&lt;br /&gt;
My preference is to use de TextFigure for this insue, this way I would edit the field.&lt;/p&gt;
&lt;p&gt;Might you help me, please?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carlos Diego Quirino Lima</dc:creator><pubDate>Mon, 15 Jan 2007 03:01:20 -0000</pubDate><guid>https://sourceforge.nete2e547afdcfbc5637b043472cfb38a819c3dfcbd</guid></item><item><title>Will Applet need javax.jdo and org.apache.batik.dom packages</title><link>https://sourceforge.net/p/jhotdraw/support-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the future, will Draw Applet need javax.jdo and&lt;br /&gt;
org.apache.batik.dom packages? &lt;br /&gt;
It seems that the javax.jdo and org.apache are not&lt;br /&gt;
included in jre1.4.&lt;br /&gt;
This will make the applet size real big and increase&lt;br /&gt;
the loading  time.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 11 Feb 2004 20:49:25 -0000</pubDate><guid>https://sourceforge.net14656311543530ec8d89c40444ad34cebabbc53f</guid></item><item><title>resize of Diagram (StandardDrawingView)</title><link>https://sourceforge.net/p/jhotdraw/support-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am not sure which is the best possibility to deal with &lt;br /&gt;
resizing of Figures. &lt;br /&gt;
1. Problem) I would like to expand Nodes by mouse &lt;br /&gt;
dynamically. The standard mechanism resizes the Node-&lt;br /&gt;
Figures automatically according to its contents (incl. &lt;br /&gt;
Figures).&lt;/p&gt;
&lt;p&gt;2. Problem) In case the Node is either enlarged or &lt;br /&gt;
moved out of the current diagram-size &lt;br /&gt;
(StandardDrawingView-Dimensions) for e.g. by any &lt;br /&gt;
mathematical Layout-Algorithm, how is the diagram to &lt;br /&gt;
be informed resp. resized? Is there an automatic resize-&lt;br /&gt;
mechanism, if yes how is it to be initialized?&lt;/p&gt;
&lt;p&gt;Thanks for any help&lt;br /&gt;
Peter&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hirzel Peter</dc:creator><pubDate>Tue, 22 Oct 2002 10:11:10 -0000</pubDate><guid>https://sourceforge.netce01b34e0bcf669785460750f052cf329ad1260d</guid></item><item><title>LocatorConnector.locate should be public</title><link>https://sourceforge.net/p/jhotdraw/support-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;the method mentioned above is currently protected and&lt;br /&gt;
not used anywhere. However, there are situations where&lt;br /&gt;
it would be useful to be able to call it from outside&lt;br /&gt;
(or to access the locator directly)&lt;/p&gt;
&lt;p&gt;Suggestion: make method public or add a getLocator() method&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christian Sell</dc:creator><pubDate>Tue, 20 Aug 2002 09:23:53 -0000</pubDate><guid>https://sourceforge.netfcc29d112efae73b9e7866d25d389fcf2a8aa84b</guid></item><item><title>Need a specification</title><link>https://sourceforge.net/p/jhotdraw/support-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I know, its me again :D&lt;/p&gt;
&lt;p&gt;I think we need to create a specification.  At this &lt;br /&gt;
point we are making the code the specification which I &lt;br /&gt;
dont think is a good thing.  New people have to read &lt;br /&gt;
the code to get the jist of the definition of the &lt;br /&gt;
objects.  Maybe we just need more commenting at the &lt;br /&gt;
beginning of each class to say what it is and what it &lt;br /&gt;
is not.&lt;/p&gt;
&lt;p&gt;Like right now i am making some example changes to &lt;br /&gt;
DrawApplication and I sometimes get stuck wondering &lt;br /&gt;
how I should split the functionality between methods.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Is a DrawingView always going to extend a Component in &lt;br /&gt;
this Java architecture?  Should I check it before I &lt;br /&gt;
add it to the Container to be sure it is a Component &lt;br /&gt;
or should I simply cast on the fly?&lt;/p&gt;
&lt;p&gt;any ideas?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">C. Lamont Gilbert</dc:creator><pubDate>Tue, 23 Apr 2002 17:45:58 -0000</pubDate><guid>https://sourceforge.net058ac216fa2aea43c652c41430c69551858c0f22</guid></item><item><title>Toolbuttons greyed out</title><link>https://sourceforge.net/p/jhotdraw/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;With JHotDraw 5.3, all sample Applications &lt;br /&gt;
(plus the one I am developing) which do not use the MDI interface&lt;br /&gt;
but rather the single-document based one (i.e. DrawApplication-derived)&lt;br /&gt;
do not let me select any of the tool buttons - they stay greyed out&lt;br /&gt;
all the time.&lt;br /&gt;
The tool buttons do work as expected with the MDI_DrawApplication.&lt;/p&gt;
&lt;p&gt;I could not find any relevant information in the history but since&lt;br /&gt;
it works with the MDI version I suppose there has been a slight&lt;br /&gt;
API change I (and the maintainers of the relevant example apps)&lt;br /&gt;
have overseen and would appreciate any help to get things&lt;br /&gt;
working as they are intended to.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;
Eike&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 27 Feb 2002 12:08:54 -0000</pubDate><guid>https://sourceforge.net296d32f15615e031074d3f12b823901c65210b06</guid></item><item><title>Program Startup</title><link>https://sourceforge.net/p/jhotdraw/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am making an application which uses a database.  As &lt;br /&gt;
such there can be no open documents when the &lt;br /&gt;
application starts.&lt;/p&gt;
&lt;p&gt;I am attempting to start JHotDraw without a default &lt;br /&gt;
InternalFrame open.  It seems to accomplish this I &lt;br /&gt;
must override DrawApplication.open().  But within &lt;br /&gt;
DrawApplication.open() there seems to be a lot of &lt;br /&gt;
private variables being used.  What is going to be the &lt;br /&gt;
effect of not initializing these private variables?&lt;/p&gt;
&lt;p&gt;I am going to have to create my own toolbar and main &lt;br /&gt;
window and everything...But I can almost cut-paste &lt;br /&gt;
that code.  I am just concerned that some private &lt;br /&gt;
variable may not get properly initialized.&lt;/p&gt;
&lt;p&gt;Is there a clean way to start the application without &lt;br /&gt;
a default drawing open?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">C. Lamont Gilbert</dc:creator><pubDate>Wed, 10 Oct 2001 13:27:46 -0000</pubDate><guid>https://sourceforge.netb0a97d9ba479008637bd4539e3e1bb88913483c6</guid></item><item><title>How to use popupmenu</title><link>https://sourceforge.net/p/jhotdraw/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, I have a question on using popupmenu in JHotDraw &lt;br /&gt;
5.2.&lt;/p&gt;
&lt;p&gt;I tried to put a popup menu on my figure object which &lt;br /&gt;
extends RectangleFigure class.&lt;/p&gt;
&lt;p&gt;I added createPopupMenu() method in my figure source &lt;br /&gt;
file and called &amp;amp;quot;setAttribute( Figure.POPUP_MENU, &lt;br /&gt;
createPopupMenu() );&amp;amp;quot; method in the constructor. But &lt;br /&gt;
it didn't work for some reason.&lt;/p&gt;
&lt;p&gt;I checked if the POPUP_MENU attribute is proprely set &lt;br /&gt;
and I found that when my tool is added to the toolbar, &lt;br /&gt;
setAttribute() and createPopupMethod() is called, but &lt;br /&gt;
when handlePopupMenu() method is called, POPUP_MENU is &lt;br /&gt;
set to null for some reason.&lt;/p&gt;
&lt;p&gt;I don't understand what's happening here. I add &lt;br /&gt;
POPUP_MENU attribute, but it disappeared later.&lt;/p&gt;
&lt;p&gt;Thansks in advance. I hope to get an answer here.&lt;/p&gt;
&lt;p&gt;Young-Jin&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 04 Apr 2001 20:46:54 -0000</pubDate><guid>https://sourceforge.netf5a55f5eaaba8fa3ee1d4b801b6aca2f3f75001a</guid></item></channel></rss>