Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for Stephen C
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #285394 |
Post edited: Fix markdown formatting |
— | over 2 years ago |
Suggested Edit | Post #285394 |
Suggested edit: Fix markdown formatting (more) |
helpful | over 2 years ago |
Comment | Post #278390 |
@Lundin - You have taken that out of context. The quote continues *"... in the abstract model which divides program memory into "stack, heap, and data segment""*. 1) He is talking about an abstract memory model, not a physical computer. 2) He is not saying that all processors are best described ... (more) |
— | about 4 years ago |
Edit | Post #278107 |
Post edited: |
— | about 4 years ago |
Edit | Post #278107 | Initial revision | — | about 4 years ago |
Answer | — |
A: Can regex be used to check if input conforms to a very strict subset of HTML? > Can regex be used to check if input conforms to a very strict subset of HTML? The theoretical answer is Yes. The Javascript regex language is more than powerful enough to parse a recursive grammar. In practice it is a bad idea. 1. Bugs! Writing a regex that can validate arbitrarily n... (more) |
— | about 4 years ago |
Edit | Post #277940 | Initial revision | — | about 4 years ago |
Answer | — |
A: What options can be set via swing.properties? I cannot find anything in the Oracle documentation (apart from the reference that you found already). However, by looking at the source code (for `javax.swing.UIManager`) I can see references to the following: - `"swing.defaultlaf"` - `"swing.auxiliarylaf"` - `"swing.plaf.multiplexinglaf"` ... (more) |
— | about 4 years ago |