I am generating UI by mapping delphi form 2 java swing.
In delphi.dfm file for a picture some picture data is comming like this..
Picture.Data = {
07544269746D61704E310000424D4E3100000000000036040000280000009900
00004A0000000100080000000000182D00000000000000000000000100000001
0000FFFFFF000808080010101000181818002121210029292900313131003939
3900424242004A4A4A00525252005A5A5A00636363006B6B6B007B7B7B008484
84008C8C8C00949494009C9C9C00ADADAD00C6C6C600CECECE00D6D6D600DEDE
......
}
So suppose one picture is in the delphi form and i want to put that picture in my generated UI of java. how can i get the picture? is there any other way or i have to decode that picture.data and how? can any body help me?
thanks,
gantait