| Thread | Last Post | Replies |
|
| About HTTP server! | 10 Mar 2004 05:56 GMT | 1 |
I want to setup a http server using Apache 3! Just use CGI to setup a server application!we can use C,Perl,PHP,... what is a good idea? Thanks a lot
|
| Java applet display not refreshed on resize of browser window | 10 Mar 2004 02:47 GMT | 2 |
[Reposted due to slightly misleading title and no responses.] [Cross-posted to comp.progamming due to no responses from the Java folks.] Problem: when I resize the browser window the parts of the applet that are revealed are not updated, but instead contain garbage.
|
| JavaHelp and font anti-aliasing | 09 Mar 2004 20:39 GMT | 3 |
I looked everywhere but found no way to turn font anti-aliasing on in JavaHelp. As it is, the quality of displayed text in JavaHelp is unacceptably low. At least, it is so on WinXP platform, with JavaHelp 2.0.01.
|
| Getting it in proportion | 09 Mar 2004 19:17 GMT | 1 |
I'm trying to get the hang of this gridbaglayout thing. The code below shows my attempt at creating a panel with a menubar at the top, which takes up a whole line. The rest of the space should be taken up by the itemPanel (on the left approx 1/3 width), and the infoPanel (on
|
| no key events in jpanel | 09 Mar 2004 18:17 GMT | 2 |
I have a JPanel with a background image. I want to receive key events but the events are not coming to my keyListener of my JPanel class. It seems that the image will block the key events. How to receive key events when a background image is in effect.
|
| linking images to other components | 09 Mar 2004 14:17 GMT | 6 |
OK I finally know what I want now. I have one class that extends JFrame and includes a variety of Swing components, one of which is a JTextArea, another of which is a JPanel containing an Image (maybe it's not necessary or desirable to load it
|
| tame Swing examples are back.. | 09 Mar 2004 13:57 GMT | 4 |
I have just uploaded a slightly altered version of the 'tame' Swing examples at.. http://www.physci.org/codes/tame/ You can launch some of them like this..
|
| Question about resizing a JPanel | 09 Mar 2004 09:06 GMT | 10 |
I am creating a custom JPanel, that I want to be able to change between different sizes. I have overridden the preffered/minimum/maximumSize methods to accomplish this.
|
| Java package for drawing graphics ? | 09 Mar 2004 08:52 GMT | 4 |
I hope my following question is not too far from this forum's topic. Do you know a free Java package that I could use to plot 2D graphics from some text files (or something similar) ? I have some performance data collected in text files; each column is a
|
| fixing image size | 08 Mar 2004 17:55 GMT | 1 |
I realise there have been several posting on this subject already. However, despite these, I still can't quite work out how to do this. I need to take the image from a file (.gif .jpg etc), ensure that the entire image fits on a JPanel of some size, then put this JPanel onto
|
| strange swing update problem even if using "invokeLater()" | 08 Mar 2004 15:34 GMT | 6 |
I hope someone can help me with this: I'm using an applet to manage a SNMP device. Everytime SNMP packets come in, their data is being displayed in several fields, lables, tables etc., depending on the kind of data.
|
| Assigning window-wide key bindings (F1, F2 etc.) | 08 Mar 2004 10:28 GMT | 6 |
I've been trying to use InputMap and ActionMap to make an action occur when a particular button is pressed, regardless of which component has the focus. This sample code should do something when "j" is pressed, but it only does it when the button is focused. the ...
|
| Painting labels on panel not working (code) | 08 Mar 2004 09:10 GMT | 11 |
I am trying to paint HTML and standard labels to my custom JPanel, but it doesn't work. I can't figure out the reason in any way. The code is below. I'd very much appreciate if someone could compile this small example. From the test demo, you can see that when trying to paint a ...
|
| Modal JInternalFrame or Component | 08 Mar 2004 06:28 GMT | 2 |
I posted last month a solution to get modal JInternalFrame. I was then using a GlassPane. http://www.simpledata.ch/public/ModalJPanel.java.html Here is a new version .. using the LayeredPane of the JFrame which is
|
| Thread sleep problem | 07 Mar 2004 19:38 GMT | 1 |
I have a project with three classes in, GAME, GUI and Map The GUI class is listening to events fired from the GAME class. The Map class extends JPanel and overrides paint(Graphics g) and is told by the GUI class what to display and when.
|