Top "Customization" questions

Modifying the default state of an application to suit a user's preferences or to address the unique requirements of a particular objective.

How to add padding and margin to all Material-UI components?

I need to add padding or margin to some of Material-UI components, but could not find an easy way to …

node.js reactjs customization material-ui
Expanding and Collapsing table view cells in ios

I have a table view of custom cells and some buttons in each cell.Clicking on any of the button …

ios objective-c uitableview customization
How to create a grouped boxplot in R?

I want to merge the three datasets grouped and obtain a graph with only two boxes, 1 for A and 1 for …

r plot customization boxplot
How to customize / style a UIPopoverController

I'm working on an iPad application and I'm using UIPopoverControllers. I'm at the part where the app needs to be …

coding-style ipad uipopovercontroller customization
Customizing dialog by extending Dialog or AlertDialog

I want to make a custom Dialog. Because I don't like its style, I want to have rounded rectangle rather …

android customization android-dialog android-theme
Print an error message without printing a traceback and close the program when a condition is not met

I've seen similar questions to this one but none of them really address the trackback. If I have a class …

python exception error-handling customization traceback
Customize spring validation error

I want customize the spring validation error for @NotNull @Length(max = 80) private String email; but I'm unable to do it. …

spring validation customization bean-validation
How do I turn on text wrapping by default in VS Code

Usually when I use VS Code, very first thing I do on new document is command: "Toggle Word Wrap" or …

customization visual-studio-code
How to get location of mouse in JavaFX?

I am a beginner in java(fx). How do you get the mouse location in x and y in JavaFX? …

custom-controls mouse customization javafx draggable
Android Using layer-list for button selector

How do we use a layer-list as a drawable for a button. I have a button: <item android:state_…

android button customization