32,199 Topics
| |
Hi everyone, I want to know how to print the contents of the text area including all its fonts to the printer. I have no idea how to implement this in awt. Could someone show me or e-mail me any sample codings on how the print functionality can be implemented … | |
hi there guys.Can anione please show me how to create a always on top frame.(no native methods) | |
What is a Glass Pane ? and how should I use it ... please give an example. Thanks. | |
Hi everyone, I am trying to load images in the canvas but it seems nothing gets loaded at all but the program compiles without any errors. It is actually a simple image viewer and have tried almost everything. Anyway here is my program and i hope someone can help me … | |
Well basically for the assignment I have to write a project that reads data from a .mdb database file and stores this data into a 2D array, then lets the user manipulate the data in the array (stuff like adding, editing, sorting, deleting and searching data) by using GUI and … | |
im currently in the middle of tryin to complete my dissertation for my masters in software engineering, and i need java code to analyse, i need to measure the complexity and the number of faults each class has. so i was woundering if any one can help me out by … | |
ok i am doing a programe that can read a string eg, "Lordofthering" is there any way to break up the String into char?? i try StringTokenizer but fail. :cry: :cry: i need the result to be printed to text file: L o r d o f t h e … | |
Hello everyone, I am writing a program that is for a programming class..This program has to display syntax when the appropriate button is pushed..it also has a menu bar that must be functional. It must also run as an applet and as an application. The above is complete and my … | |
Hi there, First off I'm new to java and coding in general so please bear with me. I'm trying to write a bit of code that will convert something like the following con(pk(B),pk(AS),pk(A),B) to this k_B, k_AS, k_A, B I have written the following code : Pattern pk = Pattern.compile("pk(.*)"); … | |
I have a text area and a button on a frame and there's some text in the text area. What i need is when the user clicks the button whatever the text in the text area is saved to the file "C:\ret" with the aid of the file selector dialog. … | |
I am trying to connecto to mysql database using RedHat 9 but always get a wonderful error message when I try to compile this code: Context ctx = new InitialContext( ); //Error is thrown here if(ctx == null ) throw new Exception("Boom - No Context"); DataSource ds = (DataSource)ctx.lookup( "java:comp/env/jdbc/xsmsDB" … | |
Hi guys, In my program i have to draw rectangles, but i need to pause before drawing it depending on the the number it has been assigned. I have created a timing class, which pauses the timer according to the integer. I have used tested the timing class and it … | |
I'm in need of determining and implementing the LookAndFeel of the operating system default within a swing frame, whatever that default may happen to be (and without using the string "com.sun.java.swing.plaf..." in the code whatsoever. When simply leaving the UIManager.setLookAndFeel() as is when creating the frame, the correct OS default … | |
How can I load a class dynamically ?? I need some code help to get started. | |
hey guys...... my name is zid.. ok here is the case....does any one know hows to initialize or activate a file in a client pc from the server....i've tried applet...but my boss was not happy with that coz...the comfirmation pop up windows apperead every time that applet loaded....is there any … | |
I wish to become a system software developer.I mean I want to be writing compilers, operating systems and the like.I don't know which languages will be most appropriate for the task.At the monent I know some c++ but I don't know if one particular language could be better than the … | |
This book, which is written by David A. Wyatt and Deryck F. Brown is excellent for explaining some of the more complex aspects of data structures and gives plenty of examples of various different algorithms. It also explains a little bit of history behind some of things that are being … | |
I want to control the power of my room from my computer. I want to add the circuit to my serial or game port. Can I make the driver for it in java (I know I can) but is it easier than any other language like vc. Any ideas? | |
Hi everyone, Does anyone know what a java manifest file is and how to create your very own manifest file. Someone please explain this manifest file thing to me in detail as l have no idea as to what a manifest file is and how to create one. Is is … | |
Hi I need to put 2 x flash movies on a web page one to be shown from 12am - 12pm and the other from 12pm - 12am. Is there any java code that will do this ? Thanks Alan | |
Hello All, I am creating a simple program that draws a simple house. My problem is I need it to run as an application as well as an applet from the same code..I think I am on the right track..Any help would be greatly appreciated check out my code to … | |
Hello All, Forgive my ignorance... I am creating a simple program that draws a simple house. My problem is I need it to run as an application as well as an applet from the same code..I think I am on the right track..Any help would be greatly appreciated check out … | |
I am doing some very nasty computation using java but it always gives me a java.lang.OutOfMemory Error,after this nothing on the GUI works.i think its ok to have that error but atleast things should work afterwards. Please Advise | |
Hi everyone, How does one convert the following a string to integer a integer to string a string to float a float to string a string to long a long to string a string to double a double to string I am trying to do a mini calculator. If someone … | |
Any api function in java that allows a program to open and edit the contents(preserving the formatting of the file such as the font, size etc) of the file within a gui? | |
Can anyone please tell me how can I divert my keyboard inputs to any file or any string ... rather than the monitor ... can anyone code a sample statement for me thanks .. | |
While reading a topic in my book on comparison between java and c ++ ... I read one difference ..... java statements can be labeled while c++ statements cant be. Can anybuddy tell the use of labeling in java? | |
Hello, This may not be the right forum for this but here goes...I am a student and am taking programming classes( JAVA ). It seems that I can compile my programs but cannot run them. My professor said my path was incorrect and gave me the correct path settings. I … | |
Exceptions : Practical 12 please help me with this prgram. This lab is taken from the final NCC assignment of June 2004 Design, implement and test a java program that: - asks a user for a five-letter word and then - generates all the three-letter words that can be made … | |
desperate need in help on how to do this! To design a class model to represent a simple air traffic controller scenario. Itz not necessary to consider any specific implementation details Air traffic control system: which organises and regulates the process of landing aircraft at an airport. The system has … |
The End.