Peter Kker schrieb: A. Blei schrieb: Und was spricht dagegen, da das zwei Projekte sind? Wahrscheinlich, dass er Code aus Repository A fr B verndert, tippe ich mal.
Can someboby, please, help me to manage the zooming of an area of size 30x30 pixels of a large drawing.The drawing contains a number of shapes, but in the code that I will be posting I will be using only one shape. The drawing is made up of more than 500 shapes, reason for which has to be ...
We are building a program that allows for HTML editing using JTextPane. Our beta users are complaining that the text is too small while editing. Is there a way to add a zoom feature to this component so users can zoom in and out of the text areas?Thanks! ...
Dear all,I am learning Java and have an assignment that requires drawing floor plan. One of required functionality is to allow zooming in or out of part of the floor plan. I have been searching reference books and have no idea of how this can be achieve.I shall be grateful if anybody can give ...
When I zoom on images I am animating, the animation becomes increadibly slow. Is this normal or perhaps a design flaw? I am using an Affine transform for zooming. scaling_op = new AffineTransformOp ((new AffineTransform ()).getScaleInstance ...
friends,i m working on a class in which there is one JPanel inside a JInternalFrame. i have functionalities like zoomin and zoomout. for that i m writing my code on mouse clicked of JPanel but my problem is that mouseClicked method is getting called several times even if i click once on JPanel ...
Zulu is a Flash RIA platform for producing XML based cross-platform user interfaces.Zulu can be your next generation presentation layer, your choice in the transition process from HTML-based interfaces into the world of Rich Internet Applications.Use Zulu to build a desktop-like user interface and...
Hi friends,my english is somewhat weak, but i am trying to clear my point.I have a prob regarding zoom. In my application I have A JPanel which is drawing some rectangles on it and having some JLabels. My prob is when i zoomin my JPanel through my zooming code and try to select any of JLabel ,I ...
Hello people,i am new to java and i need to know how to zoom (in and out) an Image Object that I insert to a Jframe or JPanel. My guess is that i need to download some code, a package or maybe both.The program I use to compile my projects is JCreator Pro ( it comes with the book "Java For ...
I need to zoom in on rectangle by dragging the mouse on a graph. When the mouse button is released the graph is rescaled to display only the new rectanglular region. Plz someone help me.....
Anyone know a way of allowing a JPanel to be zoomable not only in terms ofhow it draws itself, but also so any JComponents within the (zoomed) panelbehave correctly?In particular, anyone know a clean way of avoiding these two problems -1. The JRE's mouse system looking in the untransformed...
I am trying to create a zone (hard zone - VPF) that is composed of 2 different blades. I would like the fibre attached into these 2 different blades to see each other and anythinf else plugged into the switch. I get an error message saying that I can't do this type of zone because it crosses 2 ...
ZipView in this version 1,0 is a simple application to visualize archives of Zip. format Although I am working in version 2.0 I publish this simple version to them that allows to visualize the list of all the incliudos archives in the Zip, and of each file compressed within zip its last update, ...
Hi all,I have written function for compression (I'm using java.util.zip) - it's working fine, but my problem is that I want to compress files wthout directories structure. If I am compressing files in program working directory it's ok, but if I 'd like to compress those files which are ...
Hi. I have a question regarding validation of zip codes. Right now, we are switching from RPG to Java. In our RPG programs, we always had a zip code table we used to validate the zip codes that the user keyed. How on earth does this work in Java? Could someone please help! (If you can't tell...