Sheila Wallace

Greenhorn
+ Follow
since May 24, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sheila Wallace

I am using BorderLayout but have tried changing it to FlowLayout, GridLayout etc and still no joy.
If you pass clip bounds to a Container, how does it translate those for it's children?
19 years ago
I have a strange problem when pritning. I am printing a JTable by printong each table cell individually. In order to do this I call print(graphics) on the component within the table cell. One of the cells of the JTable contains a JPanel which contains 2 JLabels. No matter what I do, the JLabels within the JPanel will not print. The clip bounds passed to the component are correct as I can draw them ok. If I change the cell to contain only a JLabel it will print correctly, but as soon as I put it inside a JPanel the JLabel will not print.
Any ideas?
19 years ago
I am using XDoclet to generate interfaces and deployment descriptors for Session Beans. XDoclet has generated an additional 'Session Layer' class called [BEanNAme]Session which extends my original Session Bean and contains lifecyfle methods which pass through to my original bean. This seeems like a complete waste of time to me and I was wondering if anyone knows why these have been generated and an easy way to stop it.
Thanks in advance

Originally posted by Angela Poynton:
I thought I couldn't understand any Scottish accent until I went to Scotland this year


What? Not even mine??
20 years ago
About as long as it takes to write a software application
http://www.newtechusa.com/PPI/main.asp
20 years ago
My first thought is that list screams "COMPILED BY MEN!"
20 years ago
There have been a number of questions in this forum asking about mapping a single entity bean to multiple tables in a database. I know that this is possible and how to achieve it, however, I would like your opinion on whether this would ver be a good idea. In EJB 2.0, CMR means that we can effectively map 1 bean to 1 table and allow the container to manage the relationships. Can anyone think of a situation where this shouldn't be used and instead you should map 1 bean to multiple tables yourself?
Thanks for any thoughts on the matter.
Is there a list of possible keys used in UIDefaults documented anywhere? I am having an issue with UndoManager picking up internationalised entries for undo and redo in a menu, when I want only English. I have solved the name problem by entering a default name in UIDefaults using the UIManager and wondered if there was a similar solution for the mnemonic. Any help appreciated as usual!
Thanks
20 years ago
I am not sure that this is the right forum for this question but I will press on regardless!
I am looking for a second genration Java Obfuscator which will work with Java 1.4.2. I would ideally like it to do code reorganisation as well as anything else! I would appreciate any comments and recommendations on both licensed and free software.
Also, I know it's a lot to ask but if anyone can do me a very basic explanation about the different ways obfuscators work (bytecode fiddling, String changing or whatever they are) that would be very much appreciated.
Thanks
Sheila
20 years ago
I have only just started looking at J2ME and am confused as to why it's needed if we have WAP. Can anyone explain?
22 years ago