Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Interests
playing drums Music and computer graphics
PC Specs
HP Compaq 2.4GHz C2D 4GB Ram
Favorite Tags
Member Avatar for Dersev

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 …

0
132
Member Avatar for Dersev

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

0
60
Member Avatar for Dersev

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 …

Member Avatar for NormR1
0
217
Member Avatar for applejax77

I am working on the payroll calculation program below and would like some help with the JTextField area. I would like the program to respond with a GUI window letting the user know that the JTextField is blank and must enter First name, last name, and so on. Any help …

Member Avatar for applejax77
0
1K
Member Avatar for Dersev

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 …

Member Avatar for mKorbel
0
315
Member Avatar for Dersev

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 …

0
71
Member Avatar for Dersev

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 ?

Member Avatar for JamesCherrill
0
125
Member Avatar for Dersev

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 …

Member Avatar for Dersev
0
148