No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
- Interests
- playing drums Music and computer graphics
- PC Specs
- HP Compaq 2.4GHz C2D 4GB Ram
8 Posted Topics
Hi I have a question about memory address on Windows Mobile 5.0 I found application pid by task manager which I downloaded from internet. Is it possible to find memory addresses by pid on Windows Mobile ? I know that VisualC++ has built in methods but for desktop Windows. I … | |
Hello I am working on small 2D game with OpenGL. My qeustion is it possible to write a polygon class where user can define: shape of polygon in renderer, multiple textures for this polygon ? Thanks for advice | |
Hello I have a small problem with Drag and Drop images. Class GridImage creates small thumbnails of images to 100 x 100px Image drag and drop is defined by mouseListener and mousePressed event. I know that actually I am copying component JLabel to class DrawImage with these settings. What should … | |
Re: You can add button like Apply or "Check Data" and add ActionListener here is the sample [CODE] JButton apply = new JButton(); apply.new ActionListener(){ @Override public void actionPerformed(ActionEvent e){ //do your stuff here } }); [/CODE] after clicking a button your dialog will shows up I didn't check your code … | |
Hello I have a small problem with ListSelectionListener. I can not copy dataList.getSelectedValue().toString(); to global String variable text. How can I do it ? This is inside of if statement and that is the problem. Anyone knows how to solve it ? [CODE] ListSelectionListener lListener = new ListSelectionListener() { public … | |
Hello I have a small problem with JList in external class file_tree. What should I add, write to show this JList in panel controlArea ? My application have a few files Core and two external classes. Code below This is Core File [CODE] import javax.swing.*; import javax.swing.JFrame.*; import java.awt.event.*; import … | |
Hello I have a problem how to make custom defined text area it's similar to text area which you can create in Photoshop while you wan't type any text. Is it possible to do it in swing ? | |
Hello I have small problem with my lists where I am storing url links. I add my links via textbox and button which shows on listbox but here small problem. My link shows as "Collection" not as [url]http://blablabla.com[/url] I know that I make a mistake here. [CODE]urls.Add(AddLinksField.Text); listBox1.Items.Add(urls); [/CODE] But … |
The End.