Java Core GUI APIs
- " Does anybody know how I can Drag an icon/object from windows
- Wed, 07 May 2008 05:29:00 GMT
- rakesh wrote:> Hi...> " Does anybody know how I can Drag an icon/object (which is an exe.> and has short cut, for example java web start icon) from windows> desktop to Java GUI application ? If so, where can I Find More> info/demo source code"> Regards,> Arun>If you need...
- " Does anybody know how I can Drag an icon/object from windows desktop to Ja
- Wed, 07 May 2008 05:29:00 GMT
- On 6 Feb 2006 21:11:56 -0800, "rakesh" <rakeshgiri.thatisjava.com.gmail.com> wrote,quoted or indirectly quoted someone who said :>" Does anybody know how I can Drag an icon/object (which is an exe.>and has short cut, for example java web start icon) from windows>desktop to Java GUI application ?...
- " Does anybody know how I can Drag an icon/object from windows desktop to Java G
- Wed, 07 May 2008 05:29:00 GMT
- Hi..." Does anybody know how I can Drag an icon/object (which is an exe.and has short cut, for example java web start icon) from windowsdesktop to Java GUI application ? If so, where can I Find Moreinfo/demo source code"Regards,Arun...
- " Load & Save file by using Applet "
- Sun, 23 Sep 2007 22:12:00 GMT
- Hi , everyone.....I try to write a Applet that can browse file from local PC to use into the Applet, but it can not!!!.. ( I am using JFileChooser. )As I try to call that Applet from HTML, it do not show anything....Anyone know why?...Thank a lot for any idea.... ^ ^ ...
- "\n" on Dialog with AWT
- Sat, 22 Sep 2007 07:46:00 GMT
- Hello, everybody,I am creating a Dialog box which using a Lable to display the error messages. I am use AWT. Since the dialog has a fixed size, so if the message's length is too long, I want to give it a second line to display the string. But "\n" sign seems doesn't work with AWT but it ...
- "Advanced" Printing, What API?
- Sun, 23 Sep 2007 09:30:00 GMT
- I'm writing a virtual cheque program, i have a gui that looks like a cheque, but im trying to print out on pre-made paper so i need exact control to where to print out text as it needs to line up exactly to the paper.what api should i be using? Java Print Service API?...
- "Advanced" Printing, What API?
- Sun, 23 Sep 2007 10:03:00 GMT
- I'm writing a cheque creation program..ive setup a virtual cheque interface that uses GridBagLayout w/ JComboBoxes and such..but how do i print out just the text from these comboboxes, ill need exact control of the placement of these components cuz ill be printing onto premade chequepaper..so ...
- "All" operator with powers of 2
- Sun, 23 Sep 2007 01:47:00 GMT
- ProblemWhat is the "all" ("all" as in "all powers of two") operator in exponential math? What the program is supposed to doHas a GUI with a single textfield that pops-up. The user is prompted to enter the name of the file where the results of the operation are supposed to go. Once they press ...
- "Always on Top" of jdk 1.5 is not working when...
- Wed, 14 Nov 2007 22:05:00 GMT
- I created a sample application that has Frame/Window and displays some text. Then i needed to make the window always visible on top of any other application or windows. But then when i opened applications like Battle Realms, Counter Strike, or any other games, the window is blocked by the ...
- "AWT-EventQueue-0" java.lang.NullPointerException
- Mon, 24 Sep 2007 06:20:00 GMT
- Hi, I'm getting some NullPointerException in my code. I dunno the reason why i'm getting this problem. I cudn't see any problem in my code.This is the error i'm gettingException in thread "AWT-EventQueue-0" java.lang.NullPointerExceptionat ...
- "Cannot load AWT toolkit" - help!
- Fri, 21 Sep 2007 13:53:00 GMT
- I get the "Cannot load AWT toolkit" error when I try to include awt functionality. Any suggestions?JAVA_HOME, CLASSPATH and PATH are set...what next?Thanks!Regards,-Rob...
- "Click Here To Download Java Plugin"
- Thu, 20 Sep 2007 00:59:00 GMT
- Stupid applet won't load, shows this message instead (demo "Clock" applet on Sun site).When I click on the message, I'm prompted to download the newest java plugin from Sun (part of the JRE1.4.1_01 download).The thing is, I already downloaded that JRE, and installed it. The browser I'm using ...
- "embed" image data into java code
- Sun, 23 Sep 2007 00:41:00 GMT
- I have a mind that is it possible embed image file into java code?That mean an image file information already store in java code, thus no need using the image file in run-time. Then can prevent user change other image file instead.Do anyone try before, are there technologies required?I just ...
- "explorer tree" but how ?
- Thu, 15 Nov 2007 10:12:00 GMT
- hello everyone.I whant to create an "explorer tree". That means, a tree which shows me the files in a directory...or the directorys in the directory.Is there any easy soluition like the fileChooser or have i to show the dir, split it into nodes and put them into nodes in the tree ?I dont hope, that ...
- "fading" graphics using Graphics2D
- Sun, 27 Apr 2008 00:42:00 GMT
- Hello everyone,I started a small Java program just as something fun to do. It simulatesa sonar, like on a submarine. Right now I'm at the point where I havemultiple objects moving independently around the sonar screen with arotating needle. I keep track of the speed/location/etc. of each ob...
- "fixing" event listener order...
- Sat, 22 Sep 2007 19:53:00 GMT
- I've read some places that event listeners are called in the order they are added. But I've also read that they may not be. Anyone know for sure? At least with regards to the standard AWT/Swing classes? If they do run in order added....Then can someone smack me upside the head and point out ...
- "Floating" a JToolBar at startup
- Tue, 18 Sep 2007 08:39:00 GMT
- Is it possible to have a JToolBar come up "floating"? I am thinking about giving my users the capability of specifying whether they want the toolbar docked or floating by default. Does anyone know if this is possible?Thanks,Carl Rapson ...
- "G" - 2D graphic library
- Tue, 29 Apr 2008 19:28:00 GMT
- "G"Open source (LGPL) 2D graphic library and rendering engine for Java.Pre-release available at http://geosoft.no/graphics/index.htmlFeatures:o Object oriented hierarchical scene graphso Layered graphics with visibility supporto Flexible 3D space world extentso World and device coordinate suppor...
- "getBounds" of a String
- Thu, 20 Sep 2007 00:21:00 GMT
- i am writing a program that can generate report.but i have problem on right-alignmnet Chinese when printing..the getBounds() function not return correct string width.how can i solve the problem?...
- "go to another view" command for Multi-View?
- Thu, 15 Nov 2007 01:51:00 GMT
- i wanna write an editor with java,and the most function i want in the editor is as following: 1,it has tabbed pane, 2,and when right-clicking on the tab,a popup menu appear,from which a command of "go to another view" can be chosen.and with the "go to another view" command,we can have another ...
- "Go write some automated test software"
- Sun, 27 Apr 2008 07:19:00 GMT
- [url]http://www.comics.com//comics/dilbert/archive/images/dilbert2007071745828.gif[/url]...
- "Help Needed" passing ResultSet data to JList having JCheckBox
- Wed, 19 Sep 2007 22:03:00 GMT
- hi every body I am facing this problem since two days I tried but could't get correctly,I am new to java and I need to pass the result set data from the database to a JList having JCheckBoxI tried but could't get it please do help me out, pleaseneed some sample code for passing resultset data ...
- "history" for TextField
- Tue, 25 Sep 2007 03:40:00 GMT
- Hello,I'd like to implement a text field that "remembers" previous entries and allows them to be selected, in the same manner as is commonly seen in many applications, such as browser address bars. Can someone point me to any text on how this is done? I don't seem to be able to find anything ...
- "illegal component position" at the third execution
- Sun, 23 Sep 2007 06:45:00 GMT
- Hi there,I have a situation here that occurs at the third execution of an specific JInternalFrame (jfrmMovimento). It occurs when I call de method "add" of the JDesktopPane.Important: I'm using the "singleton" pattern.jfrmMovimento mframe = ...
- "Java Applet Window" appears in my popup menu
- Thu, 20 Sep 2007 20:23:00 GMT
- HelloI have added a popup menu to my applet but whenever the popup menu appears, I also get the text "Java Applet Window" at its bottom.What is causing this?Can I get rid of it?...
- "java applet window" in JMenu
- Wed, 30 Apr 2008 15:05:00 GMT
- In our applet, using Java Plug-in 1.4.2_06, we are seeing"Java Applet Window" at the bottom of JMenu areas and alsoat the bottom of JPopupMenus. Using the same applet servedup by the same server, this message is NOT showing up in mostbrowsers, but IS showing up sporadically in a few of them.The...
- "JUploadPlugin_FiletypeChooser" in an applet
- Mon, 24 Sep 2007 06:33:00 GMT
- Several que:I need to make an applet in swing which has a button that opens a standart file-choosing dialog box.1. Does "JUploadPlugin_FiletypeChooser" is the right class for it?2. How do i make the applet boundries transparent so it won't be visible in the web page?3. I made a basic GUI ...
- "line-wrapping" text, how to do?
- Wed, 19 Sep 2007 11:53:00 GMT
- Well, the subject isn't probably the best one, but hope that it doesn't matter too much... So, I have a text whose length is x (well, it isn't very long) and I have to break it to 6 lines to show it to user. I'm going to use 6 labels, because using TextArea is not an option. It doesn't ...
- "Link" that fires an even in StyledDocument?
- Wed, 14 Nov 2007 20:38:00 GMT
- Hi Everyone,I'd like to add a text link into a StyledDocument that when clicked, performs an AbstractAction. Is this possible?CordiallyAlex...
- "load: class / .class not found." error
- Sat, 22 Sep 2007 14:01:00 GMT
- Hi...I'm making an applet in SUN ONE, and when I try to run the program, the applet doesn't initialize, and I get this error:load: class LSLENDB/LSLENDB.class not found.It doesn't tell me anywhere in my file where the error comes from. Note that the file is LSLENDB.java, and the class is ...
- "Java Core GUI APIs" Related Questions
- " Does anybody know how I can Drag an icon/object from windows desktop to Java G
- Hi..." Does anybody know how I can Drag an icon/object (which is an exe.and has short cut, for example java web start icon) from windowsdesktop to Java GUI application ? If so, where can I Find Moreinfo/demo source code"Regards,Arun...
- " Does anybody know how I can Drag an icon/object from windows
- rakesh wrote:> Hi...> " Does anybody know how I can Drag an icon/object (which is an exe.> and has short cut, for example java web start icon) from windows> desktop to Java GUI application ? If so, where can I Find More> info/demo source code"> Regards,> Arun>If you need...
- "illegal component position" at the third execution
- Hi there,I have a situation here that occurs at the third execution of an specific JInternalFrame (jfrmMovimento). It occurs when I call de method "add" of the JDesktopPane.Important: I'm using the "singleton" pattern.jfrmMovimento mframe = ...
- "Help Needed" passing ResultSet data to JList having JCheckBox
- hi every body I am facing this problem since two days I tried but could't get correctly,I am new to java and I need to pass the result set data from the database to a JList having JCheckBoxI tried but could't get it please do help me out, pleaseneed some sample code for passing resultset data ...
- "Go write some automated test software"
- [url]http://www.comics.com//comics/dilbert/archive/images/dilbert2007071745828.gif[/url]...
- "Advanced" Printing, What API?
- I'm writing a virtual cheque program, i have a gui that looks like a cheque, but im trying to print out on pre-made paper so i need exact control to where to print out text as it needs to line up exactly to the paper.what api should i be using? Java Print Service API?...
- " Does anybody know how I can Drag an icon/object from windows desktop to Ja
- On 6 Feb 2006 21:11:56 -0800, "rakesh" <rakeshgiri.thatisjava.com.gmail.com> wrote,quoted or indirectly quoted someone who said :>" Does anybody know how I can Drag an icon/object (which is an exe.>and has short cut, for example java web start icon) from windows>desktop to Java GUI application ?...
- "JUploadPlugin_FiletypeChooser" in an applet
- Several que:I need to make an applet in swing which has a button that opens a standart file-choosing dialog box.1. Does "JUploadPlugin_FiletypeChooser" is the right class for it?2. How do i make the applet boundries transparent so it won't be visible in the web page?3. I made a basic GUI ...
- "getBounds" of a String
- i am writing a program that can generate report.but i have problem on right-alignmnet Chinese when printing..the getBounds() function not return correct string width.how can i solve the problem?...
- "explorer tree" but how ?
- hello everyone.I whant to create an "explorer tree". That means, a tree which shows me the files in a directory...or the directorys in the directory.Is there any easy soluition like the fileChooser or have i to show the dir, split it into nodes and put them into nodes in the tree ?I dont hope, that ...